mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Moves w_class to defines. (#10051)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
gender = NEUTER
|
||||
flags = FPRINT
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 2
|
||||
w_class = W_CLASS_SMALL
|
||||
item_state = "electronic"
|
||||
starting_materials = null
|
||||
w_type = RECYK_ELECTRONIC
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
var/loadone = 0 //whether or not it should load just one at a time. 0 is all at once, 1 is one at a time
|
||||
flags = FPRINT
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 2
|
||||
w_class = W_CLASS_SMALL
|
||||
item_state = "electronic"
|
||||
starting_materials = null
|
||||
w_type = RECYK_ELECTRONIC
|
||||
|
||||
Reference in New Issue
Block a user