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()