This commit is contained in:
Aurorablade
2017-05-11 00:15:15 -04:00
parent 36f9727d4d
commit 63f72a29be
+3
View File
@@ -158,6 +158,9 @@
if (locate(/obj/structure/falsewall) in loc.contents)
to_chat(user, "<span class='warning'>There is already a false wall present!</span>")
return
if(istype(W, /obj/item/stack/sheet/runed_metal))
to_chat(user, "<span class='warning'>You can't seem to make the metal bend..</span>")
return
if(istype(W,/obj/item/stack/rods))
var/obj/item/stack/rods/S = W