Fixes Ghosts Drifting

This commit is contained in:
Fox McCloud
2019-05-09 02:51:44 -04:00
parent c3c8609d20
commit eb95a42672
@@ -226,6 +226,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
P.despawn_occupant()
return
// Ghosts have no momentum, being massless ectoplasm
/mob/dead/observer/Process_Spacemove(movement_dir)
return 1
/mob/dead/observer/Move(NewLoc, direct)
following = null
setDir(direct)