From fd0ca6ed8315372aaa2fd5efd5d00388232d8e76 Mon Sep 17 00:00:00 2001 From: Lucy Date: Wed, 29 May 2024 00:21:37 -0400 Subject: [PATCH] Fix weird body horror bug with guillotines --- code/game/objects/structures/guillotine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/structures/guillotine.dm b/code/game/objects/structures/guillotine.dm index 773d3a475bc6..9ff8b75bfbe6 100644 --- a/code/game/objects/structures/guillotine.dm +++ b/code/game/objects/structures/guillotine.dm @@ -254,6 +254,7 @@ ..() /obj/structure/guillotine/post_unbuckle_mob(mob/living/M) + M.cut_overlays() // monkestation: bugfix M.regenerate_icons() M.pixel_y -= -GUILLOTINE_HEAD_OFFSET // Move their body back M.layer -= GUILLOTINE_LAYER_DIFF