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

@@ -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"