This commit is contained in:
Letter N
2021-01-20 11:49:53 +08:00
parent 02ca168df3
commit 9fa6958a99

View File

@@ -9,7 +9,7 @@
return src
/proc/get_top_level_mob(mob/S)
if(ismob(src.loc) && S.loc != S)
if(ismob(S.loc) && S.loc != S)
var/mob/M = S.loc
return M.get_top_level_mob()
return S