diff --git a/code/game/objects/structures/artstuff.dm b/code/game/objects/structures/artstuff.dm index 5324e215766..28537865bff 100644 --- a/code/game/objects/structures/artstuff.dm +++ b/code/game/objects/structures/artstuff.dm @@ -418,6 +418,9 @@ update_appearance() /obj/structure/sign/painting/proc/unframe_canvas(mob/living/user) + if(!allowed(user)) + to_chat(user, "You're not comfortable removing this prestigious canvas!") + return if(current_canvas) current_canvas.forceMove(drop_location()) current_canvas = null