mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Fixes g
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
|
||||
/obj/structure/sign/painting/proc/frame_canvas(mob/user,obj/item/canvas/new_canvas)
|
||||
if(!allowed(user))
|
||||
to_chat(user, "<span class='notice'>Access lock prevents you from putting paintin into this frame. Ask [curator] for help!</span>")
|
||||
to_chat(user, "<span class='notice'>Access lock prevents you from putting painting into this frame. Ask [curator] for help!</span>")
|
||||
return
|
||||
if(user.drop_from_inventory(new_canvas, src))
|
||||
current_canvas = new_canvas
|
||||
|
||||
Reference in New Issue
Block a user