Renames a bunch of storage.dm variables to be more clear in what they do (#9354)

Removes a bunch of unneeded max_w_class defines on items using can_only_hold

If you defined can_only_hold, it ignores w_class automatically
This commit is contained in:
Intigracy
2016-04-10 15:04:55 -07:00
committed by clusterfack
parent 6268bea296
commit 06e112aecb
26 changed files with 80 additions and 105 deletions

View File

@@ -253,9 +253,8 @@ var/global/list/wizard_cards_normal = list(
name = "Wizard Card Pack"
storage_slots = 50
max_combined_w_class = 200
max_w_class = 3
w_class = 1
can_hold = list("/obj/item/toy/wizard_card","/obj/item/weapon/reagent_containers/food/snacks/chocofrog")
can_only_hold = list("/obj/item/toy/wizard_card","/obj/item/weapon/reagent_containers/food/snacks/chocofrog")
/obj/item/weapon/storage/bag/wiz_cards/full/New()
..()