From fb8c72fff5797c67fbf1a7ab6b22cd5d646d180d Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:27:14 +0000 Subject: [PATCH] Update unsealed_arts.dm (#32376) --- code/modules/antagonists/heretic/items/unsealed_arts.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/heretic/items/unsealed_arts.dm b/code/modules/antagonists/heretic/items/unsealed_arts.dm index 427c6020494..c5ee915f144 100644 --- a/code/modules/antagonists/heretic/items/unsealed_arts.dm +++ b/code/modules/antagonists/heretic/items/unsealed_arts.dm @@ -47,8 +47,8 @@ return FINISH_ATTACK /obj/structure/unsealed_art/wrench_act(mob/living/user, obj/item/I) - . = ..() default_unfasten_wrench(user, I, 3 SECONDS) + return TRUE /// This proc triggers when the art has been covered by sheets, going inert /obj/structure/unsealed_art/proc/on_cover() @@ -74,7 +74,7 @@ /obj/structure/unsealed_art/beauty/examine_more(mob/user) . = ..() - . += "This unsealed art will bewitch any non-heretic that lays their eyes on it, forcing them to stare deeply upon its beauty. They cannot look away.