diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm index cde43377f5..af9b968ca5 100644 --- a/code/modules/projectiles/guns/energy/laser.dm +++ b/code/modules/projectiles/guns/energy/laser.dm @@ -176,7 +176,6 @@ w_class = ITEMSIZE_HUGE // So it can't fit in a backpack. accuracy = -45 //shooting at the hip scoped_accuracy = 0 - requires_two_hands = 1 one_handed_penalty = 60 // The weapon itself is heavy, and the long barrel makes it hard to hold steady with just one hand. /obj/item/weapon/gun/energy/sniperrifle/ui_action_click() diff --git a/code/modules/projectiles/guns/projectile/automatic.dm b/code/modules/projectiles/guns/projectile/automatic.dm index e6f9a18d7b..c48bc499aa 100644 --- a/code/modules/projectiles/guns/projectile/automatic.dm +++ b/code/modules/projectiles/guns/projectile/automatic.dm @@ -210,7 +210,6 @@ allowed_magazines = list(/obj/item/ammo_magazine/m545saw, /obj/item/ammo_magazine/m545) projectile_type = /obj/item/projectile/bullet/rifle/a545 - requires_two_hands = 1 one_handed_penalty = 90 var/cover_open = 0 diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index 014b318f09..99f3f4fd4c 100644 Binary files a/icons/mob/back.dmi and b/icons/mob/back.dmi differ