shotguns are now a heavy weapon (#47039)

* awoo

* awoo

* n

* e
This commit is contained in:
Fikou
2019-10-15 16:49:33 +02:00
committed by 81Denton
parent 3968175d35
commit 7ca0ae8ce7

View File

@@ -24,6 +24,7 @@
bolt_wording = "pump"
cartridge_wording = "shell"
tac_reloads = FALSE
weapon_weight = WEAPON_HEAVY
/obj/item/gun/ballistic/shotgun/blow_up(mob/user)
. = 0
@@ -173,6 +174,12 @@
. = ..()
if(unique_reskin && !current_skin && user.canUseTopic(src, BE_CLOSE, NO_DEXTERY))
reskin_obj(user)
/obj/item/gun/ballistic/shotgun/doublebarrel/sawoff(mob/user)
. = ..()
if(.)
weapon_weight = WEAPON_MEDIUM
// IMPROVISED SHOTGUN //
/obj/item/gun/ballistic/shotgun/doublebarrel/improvised