Merge pull request #1281 from CHOMPStationBot/upstream-merge-9675

[MIRROR] Possibly fixes simplemob bad del runtime spam
This commit is contained in:
Razgriz
2021-02-13 15:53:55 -07:00
committed by GitHub

View File

@@ -54,7 +54,7 @@
/mob/living/simple_mob/Destroy() /mob/living/simple_mob/Destroy()
release_vore_contents() release_vore_contents()
prey_excludes.Cut() prey_excludes.Cut()
. = ..() return ..()
//For all those ID-having mobs //For all those ID-having mobs
/mob/living/simple_mob/GetIdCard() /mob/living/simple_mob/GetIdCard()