From 25f35d41b5e4189a7f1d8813b099ed7233d1ae9f Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sun, 29 Jun 2025 13:32:17 +0200 Subject: [PATCH] destroy needs to return (#11127) --- .../mob/living/simple_mob/subtypes/humanoid/possessed_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/humanoid/possessed_ch.dm b/code/modules/mob/living/simple_mob/subtypes/humanoid/possessed_ch.dm index aa7f0d000f..1089709518 100644 --- a/code/modules/mob/living/simple_mob/subtypes/humanoid/possessed_ch.dm +++ b/code/modules/mob/living/simple_mob/subtypes/humanoid/possessed_ch.dm @@ -119,7 +119,7 @@ S.set_up(R, 30, 0, droploc) spawn(0) S.start()*/ - ..() + . = ..() //What about if someone's in it? Well here you go. /mob/living/simple_mob/humanoid/possessed/Login()