mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 02:58:45 +01:00
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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user