Possibly fixes simplemob bad del runtime spam

Pretty sure the destroy proc expects a returned confirmation, which was like this on pretty much everything else.
This commit is contained in:
Verkister
2021-02-10 09:18:09 +02:00
committed by GitHub
parent 9b2350c2c7
commit 488fdf85ec

View File

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