Skip to content

Commit

Permalink
fix(orbiting): fix excessive signals
Browse files Browse the repository at this point in the history
  • Loading branch information
Filatelele authored Dec 18, 2023
1 parent c39f5f0 commit 71f0f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/observer/ghost/ghost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
glide_before_follow = src.glide_size
src.glide_size = target.glide_size

forceMove(target)
move_to_turf(target, loc, target.loc)
orbit(target, orbitsize, FALSE, 20, 36)

if(orbiting)
Expand Down

0 comments on commit 71f0f67

Please sign in to comment.