mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Materials subsystem, material defines instead of strings, structure materials. (#8447)
The shitcode crusade begins.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
var/label = null
|
||||
var/labels_left = 30
|
||||
var/mode = 0 //off or on.
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 120, "glass" = 80)
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 120, MATERIAL_GLASS = 80)
|
||||
|
||||
/obj/item/hand_labeler/attack()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user