Materials subsystem, material defines instead of strings, structure materials. (#8447)

The shitcode crusade begins.
This commit is contained in:
Matt Atlas
2020-03-18 20:19:11 +01:00
committed by GitHub
parent d952493ca0
commit 82437acd43
127 changed files with 687 additions and 646 deletions
@@ -6,7 +6,7 @@
throw_speed = 1
throw_range = 5
w_class = 2.0
matter = list(DEFAULT_WALL_MATERIAL = 320, "glass" = 800)
matter = list(DEFAULT_WALL_MATERIAL = 320, MATERIAL_GLASS = 800)
var/obj/item/implant/imp = null
/obj/item/implanter/attack_self(var/mob/user)