mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[s] Fixes a stupid oversight (#22100)
* I HATE PEOPLE AAAAA * Last change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user