Merge pull request #2096 from CHOMPStationBot/upstream-merge-10505

[MIRROR] Some misc runtime fixes
This commit is contained in:
Nadyr
2021-05-31 03:17:57 -04:00
committed by GitHub
5 changed files with 11 additions and 9 deletions
@@ -481,6 +481,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
/mob/proc/update_following()
. = get_turf(src)
for(var/mob/observer/dead/M in following_mobs)
if(!.)
M.stop_following()
if(M.following != src)
following_mobs -= M
else