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
@@ -11,7 +11,7 @@
desc = "Standard superconductive magnetic coil with average capacity and I/O rating."
icon = 'icons/obj/stock_parts.dmi'
icon_state = "smes_coil" // Just few icons patched together. If someone wants to make better icon, feel free to do so!
w_class = 4.0 // It's LARGE (backpack size)
w_class = ITEMSIZE_LARGE // It's LARGE (backpack size)
var/ChargeCapacity = 5000000
var/IOCapacity = 250000
+1 -1
View File
@@ -204,7 +204,7 @@
icon = 'icons/obj/power.dmi'
icon_state = "sp_base"
item_state = "electropack"
w_class = 4 // Pretty big!
w_class = ITEMSIZE_LARGE // Pretty big!
anchored = 0
var/tracker = 0
var/glass_type = null
+1 -1
View File
@@ -80,4 +80,4 @@
name = "tracker electronics"
icon = 'icons/obj/doors/door_assembly.dmi'
icon_state = "door_electronics"
w_class = 2.0
w_class = ITEMSIZE_SMALL