[s] Fixes a stupid oversight (#22100)

* I HATE PEOPLE AAAAA

* Last change
This commit is contained in:
DGamerL
2023-08-24 23:08:49 -05:00
committed by GitHub
parent ce9b22952e
commit e83412ddd3
+3
View File
@@ -80,6 +80,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(islava(loc))
to_chat(user, "<span class='warning'>You can't do that while [src] is in lava!</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