Replaces DEFAULT_WALL_MATERIAL with MAT_STEEL, where applicable (#8156)

* Replaces DEFAULT_WALL_MATERIAL with MAT_STEEL, where applicable

* floorbot compiles
This commit is contained in:
Atermonera
2021-06-29 20:28:16 -07:00
committed by GitHub
parent 6e34b36bba
commit 959511918c
143 changed files with 654 additions and 652 deletions
@@ -36,7 +36,7 @@
/obj/item/device/integrated_circuit_printer/attackby(var/obj/item/O, var/mob/user)
if(istype(O,/obj/item/stack/material))
var/obj/item/stack/material/stack = O
if(stack.material.name == DEFAULT_WALL_MATERIAL)
if(stack.material.name == MAT_STEEL)
if(debug)
to_chat(user, span("warning", "\The [src] does not need any material."))
return