Skip to content

Commit

Permalink
Fix Silverscale statue on Multi z maps (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert authored Jan 14, 2025
1 parent 4564278 commit d21a5b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/surgery/organs/internal/tongue/_tongue.dm
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
)
statue.set_visuals(owner.appearance)
statue.forceMove(get_turf(owner))
SET_PLANE_EXPLICIT(statue, owner.plane, owner)
owner.forceMove(statue)
RegisterSignal(owner, COMSIG_MOVABLE_MOVED, PROC_REF(human_left_statue))

Expand Down

0 comments on commit d21a5b8

Please sign in to comment.