Skip to content

Commit

Permalink
marshi gun tweaks (#4880)
Browse files Browse the repository at this point in the history
Small PR. Makes the mamba a normal sized item when folded. Why was this gun the same size as the avg bagable rifle? Defeats the point of a folding stock.

Makes the copperhead no longer fit in a backpack at CDBs request.
  • Loading branch information
benj8560 authored Dec 5, 2023
1 parent a083998 commit 6a01b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/projectiles/guns/projectile/automatic/mamba.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
item_state = "mamba"
icon = 'icons/obj/guns/projectile/mamba.dmi'
fire_sound = 'sound/weapons/guns/fire/carbine.ogg'
w_class = ITEM_SIZE_BULKY
w_class = ITEM_SIZE_NORMAL
slot_flags = SLOT_BACK
caliber = CAL_LRIFLE
load_method = SINGLE_CASING|MAGAZINE
Expand Down Expand Up @@ -70,7 +70,7 @@
item_state = "copperhead"
icon = 'icons/obj/guns/projectile/copperhead.dmi'
fire_sound = 'sound/weapons/guns/fire/rifle.ogg'
w_class = ITEM_SIZE_BULKY
w_class = ITEM_SIZE_HUGE
slot_flags = SLOT_BACK
caliber = CAL_RIFLE
load_method = SINGLE_CASING|MAGAZINE
Expand Down

0 comments on commit 6a01b0b

Please sign in to comment.