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.