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
+1 -1
View File
@@ -20,7 +20,7 @@
desc = "A keyring with a small steel key, and a yellow fob reading \"Choo Choo!\"."
icon = 'icons/obj/vehicles.dmi'
icon_state = "train_keys"
w_class = 1
w_class = ITEMSIZE_TINY
/obj/vehicle/train/cargo/trolley
name = "cargo train trolley"
+1 -1
View File
@@ -15,7 +15,7 @@
desc = "A keyring with a small steel key, and a pink fob reading \"Pussy Wagon\"."
icon = 'icons/obj/vehicles.dmi'
icon_state = "keys"
w_class = 1
w_class = ITEMSIZE_TINY
/obj/vehicle/train/cargo/engine/pussywagon/Initialize()
. = ..()