Skip to content

Commit

Permalink
Fix weird body horror bug with guillotines
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed May 29, 2024
1 parent 0750d30 commit fd0ca6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/guillotine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd0ca6e

Please sign in to comment.