mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #12721 from MrStonedOne/patch-54
Ghosts can now move while orbiting themselves without breaking the orbit
This commit is contained in:
@@ -108,8 +108,6 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
|
||||
|
||||
/mob/dead/observer/Move(NewLoc, direct)
|
||||
if (orbiting)
|
||||
stop_orbit()
|
||||
if(NewLoc)
|
||||
loc = NewLoc
|
||||
for(var/obj/effect/step_trigger/S in NewLoc)
|
||||
|
||||
Reference in New Issue
Block a user