Skip to content

Commit

Permalink
Adds forceMove
Browse files Browse the repository at this point in the history
  • Loading branch information
Das15 committed Dec 1, 2023
1 parent 893d01b commit 56438ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
following = null
spawn(0)
// To stop the ghost flickering.
x = tx
y = ty
z = tz
forceMove(locate(tx, ty, tz))
sleep(15)

/mob/dead/observer/verb/dead_teleport_mob() //Moves the ghost instead of just changing the ghosts's eye -Nodrak
Expand Down

0 comments on commit 56438ff

Please sign in to comment.