mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
+Added directional sprites to iconstate ghost in mob.dmi
+Ghosts now update their dir variable when moving around
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user