diff --git a/modular_ss220/balance/code/items/weapons.dm b/modular_ss220/balance/code/items/weapons.dm index e05e9119e9f1..de0582635c07 100644 --- a/modular_ss220/balance/code/items/weapons.dm +++ b/modular_ss220/balance/code/items/weapons.dm @@ -4,14 +4,28 @@ can_holster = TRUE w_class = WEAPON_MEDIUM +// MARK: Energy /obj/item/gun/energy/gun w_class = WEIGHT_CLASS_BULKY +/obj/item/gun/energy/immolator + w_class = WEIGHT_CLASS_BULKY + /obj/item/gun/energy/gun/hos w_class = WEIGHT_CLASS_NORMAL +/obj/item/gun/energy/gun/blueshield + w_class = WEIGHT_CLASS_NORMAL + +// MARK: Laser /obj/item/gun/energy/laser w_class = WEIGHT_CLASS_BULKY +/obj/item/gun/energy/xray + w_class = WEIGHT_CLASS_BULKY + /obj/item/gun/energy/laser/captain w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/laser/tag + w_class = WEIGHT_CLASS_NORMAL