Merge pull request #10505 from VOREStation/Arokha/miscfix

Some misc runtime fixes
This commit is contained in:
Aronai Sieyes
2021-05-30 23:57:15 -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