From bbaeba2e8eb081b1acb7a9afbe60d853ec2bf0ad Mon Sep 17 00:00:00 2001 From: PolishUser <55540334+PolishUser@users.noreply.github.com> Date: Sun, 11 Oct 2020 12:51:28 +0200 Subject: [PATCH] HoS and Captain Laserguns are now normal sized (#54281) Co-authored-by: PolishUser --- code/modules/projectiles/guns/energy/energy_gun.dm | 1 + code/modules/projectiles/guns/energy/laser.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/projectiles/guns/energy/energy_gun.dm b/code/modules/projectiles/guns/energy/energy_gun.dm index 84ed40fcfa2..699353613f7 100644 --- a/code/modules/projectiles/guns/energy/energy_gun.dm +++ b/code/modules/projectiles/guns/energy/energy_gun.dm @@ -55,6 +55,7 @@ desc = "This is an expensive, modern recreation of an antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time." cell_type = /obj/item/stock_parts/cell/hos_gun icon_state = "hoslaser" + w_class = WEIGHT_CLASS_NORMAL force = 10 ammo_type = list(/obj/item/ammo_casing/energy/disabler/hos, /obj/item/ammo_casing/energy/laser/hos, /obj/item/ammo_casing/energy/ion/hos) ammo_x_offset = 4 diff --git a/code/modules/projectiles/guns/energy/laser.dm b/code/modules/projectiles/guns/energy/laser.dm index ad069a84eee..ada51c76cd2 100644 --- a/code/modules/projectiles/guns/energy/laser.dm +++ b/code/modules/projectiles/guns/energy/laser.dm @@ -38,6 +38,7 @@ /obj/item/gun/energy/laser/captain name = "antique laser gun" icon_state = "caplaser" + w_class = WEIGHT_CLASS_NORMAL inhand_icon_state = null desc = "This is an antique laser gun. All craftsmanship is of the highest quality. It is decorated with assistant leather and chrome. The object menaces with spikes of energy. On the item is an image of Space Station 13. The station is exploding." force = 10