Check access for removal of arts

This commit is contained in:
Aronai Sieyes
2021-07-06 13:10:36 -04:00
parent 7a0accba92
commit 29c8bc57ac
+3
View File
@@ -418,6 +418,9 @@
update_appearance()
/obj/structure/sign/painting/proc/unframe_canvas(mob/living/user)
if(!allowed(user))
to_chat(user, "<span class='warning'>You're not comfortable removing this prestigious canvas!</span>")
return
if(current_canvas)
current_canvas.forceMove(drop_location())
current_canvas = null