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:
@@ -8,7 +8,7 @@
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
max_w_class = 3
|
||||
fits_max_w_class = 3
|
||||
max_combined_w_class = 20
|
||||
origin_tech = "materials=3;engineering=3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user