makes w_class use defines (#9848)

This commit is contained in:
Wowzewow (Wezzy)
2020-09-06 17:37:56 -03:00
committed by GitHub
parent d90e7f199b
commit 307c214541
304 changed files with 807 additions and 765 deletions
@@ -14,8 +14,8 @@
throwforce = 10
throw_speed = 1
throw_range = 7
w_class = 4
max_w_class = 3
w_class = ITEMSIZE_LARGE
max_w_class = ITEMSIZE_NORMAL
max_storage_space = 14 //enough to hold all starting contents
origin_tech = list(TECH_COMBAT = 1)
attack_verb = list("robusted")
@@ -156,7 +156,7 @@
item_state = "lunchbox_rainbow"
desc = "A little lunchbox. This one is the colors of the rainbow."
attack_verb = list("lunched")
w_class = 3
w_class = ITEMSIZE_NORMAL
max_storage_space = 8
var/filled = FALSE