From c8d5c647abed0c12363199c777aaba2cef3bb6c8 Mon Sep 17 00:00:00 2001 From: The Sharkening <95130227+StrangeWeirdKitten@users.noreply.github.com> Date: Mon, 30 Jun 2025 06:29:44 -0600 Subject: [PATCH] Revert "Ghosts cant finalize paintings anymore (#4136)" This reverts commit cb6730dc4533874ad1ad8685c0c6f533a1f3dfe6. --- code/modules/art/paintings.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/art/paintings.dm b/code/modules/art/paintings.dm index feb0e546e20..a82fe691f35 100644 --- a/code/modules/art/paintings.dm +++ b/code/modules/art/paintings.dm @@ -233,10 +233,6 @@ show_grid = !show_grid if("finalize") . = TRUE - if(isobserver(user)) // Ghosts cant finalize - return - if(istype(user, /mob/living/silicon) && !Adjacent(user, src)) // Silicons cant finalize unless adjacent - return finalize(user) if("patronage") . = TRUE