+Added directional sprites to iconstate ghost in mob.dmi

+Ghosts now update their dir variable when moving around
This commit is contained in:
Ricotez
2016-03-19 20:55:31 +01:00
parent a9a8b5c976
commit c4b5ecef1b
2 changed files with 1 additions and 0 deletions
@@ -112,6 +112,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/dead/observer/Move(NewLoc, direct)
dir = direct //For the new fancy directional sprites. |- Ricotez
if(NewLoc)
loc = NewLoc
for(var/obj/effect/step_trigger/S in NewLoc)