From 0b82c15f27a3b110d21efcd682181b70d14d4c5b Mon Sep 17 00:00:00 2001 From: Jedi-Toothpaste <53096233+Jedi-Toothpaste@users.noreply.github.com> Date: Fri, 29 Nov 2024 23:50:20 +0000 Subject: [PATCH] Claris and Gar Can Now Be Stored On Your Back (#3852) ## About The Pull Request The Claris and Gar can now be stored on your back, and suit storage (if you have armour) ## Why It's Good For The Game It was massively inconsistent that every other large rifle can be stored on the back slot. Also Solarians are the kind of mf'ers to sacrifice their bag to look more 'proper'. ## Changelog :cl: fix: Claris and Gar can now be stored on your back /:cl: --- code/modules/projectiles/guns/ballistic/gauss.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/ballistic/gauss.dm b/code/modules/projectiles/guns/ballistic/gauss.dm index ec7eaede5c90..9f28d3e2f8d0 100644 --- a/code/modules/projectiles/guns/ballistic/gauss.dm +++ b/code/modules/projectiles/guns/ballistic/gauss.dm @@ -103,6 +103,7 @@ allowed_cell_types = list( /obj/item/stock_parts/cell/gun/solgov, ) + slot_flags = ITEM_SLOT_BACK fire_delay = 0.4 SECONDS bolt_type = BOLT_TYPE_NO_BOLT internal_magazine = TRUE @@ -143,8 +144,8 @@ allowed_cell_types = list( /obj/item/stock_parts/cell/gun/solgov, ) + slot_flags = ITEM_SLOT_BACK burst_size = 1 - fire_delay = 0.2 SECONDS actions_types = list()