From 9c583c8faf1a2c59bc11789e10bc4e781a0112c5 Mon Sep 17 00:00:00 2001 From: AarontheIdiot <51214388+AarontheIdiot@users.noreply.github.com> Date: Tue, 15 Oct 2019 10:20:47 -0400 Subject: [PATCH] long gun takes 2 hands 2 hold (#47081) --- code/modules/projectiles/guns/ballistic/rifle.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/guns/ballistic/rifle.dm b/code/modules/projectiles/guns/ballistic/rifle.dm index 43c93b8a166..3e8889f1cd5 100644 --- a/code/modules/projectiles/guns/ballistic/rifle.dm +++ b/code/modules/projectiles/guns/ballistic/rifle.dm @@ -53,6 +53,7 @@ obj/item/gun/ballistic/rifle/attackby(obj/item/A, mob/user, params) desc = "This piece of junk looks like something that could have been used 700 years ago. It feels slightly moist." sawn_desc = "An extremely sawn-off Mosin Nagant, popularly known as an \"obrez\". There was probably a reason it wasn't manufactured this short to begin with." w_class = WEIGHT_CLASS_BULKY + weapon_weight = WEAPON_HEAVY icon_state = "moistnugget" item_state = "moistnugget" slot_flags = 0 //no ITEM_SLOT_BACK sprite, alas