From 58f8bb8caea04b047592f74c575eaae1b7e63e36 Mon Sep 17 00:00:00 2001 From: Verkister Date: Wed, 10 Feb 2021 11:40:05 +0200 Subject: [PATCH 1/2] Merge pull request #9675 from VOREStation/Verkister-patch-8 Possibly fixes simplemob bad del runtime spam --- code/modules/mob/living/simple_mob/simple_mob_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/simple_mob_vr.dm b/code/modules/mob/living/simple_mob/simple_mob_vr.dm index 853848b83d..03f26ce8d0 100644 --- a/code/modules/mob/living/simple_mob/simple_mob_vr.dm +++ b/code/modules/mob/living/simple_mob/simple_mob_vr.dm @@ -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()