mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user