Skip to content

Commit

Permalink
Immolator, x-ray - BULKY. Laser-tag, blueshield - NORMAL
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Aug 15, 2024
1 parent 9ff5370 commit 2bb4abe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modular_ss220/balance/code/items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2bb4abe

Please sign in to comment.