Merge pull request #7119 from Krausus/TheyreBiggerOnTheInside

Fixes missing storage limitations on matchboxes
This commit is contained in:
Crazy Lemon
2017-04-17 20:01:23 -07:00
committed by GitHub
@@ -579,7 +579,9 @@
item_state = "zippo"
storage_slots = 10
w_class = 1
max_w_class = 1
slot_flags = SLOT_BELT
can_hold = list(/obj/item/weapon/match)
New()
..()