Merge pull request #11499 from Fox-McCloud/drifting-ghosts

Fixes Ghosts Drifting
This commit is contained in:
Crazy Lemon
2019-05-09 00:08:30 -07:00
committed by GitHub
@@ -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)