From 7dbab19597ad7693cb47a1fb9ad9f9f5f298c9f8 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 27 May 2021 00:14:43 -0400 Subject: [PATCH] Fixes the linters and adds a proper async --- code/modules/mob/living/simple_animal/hostile/floor_cluwne.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/floor_cluwne.dm b/code/modules/mob/living/simple_animal/hostile/floor_cluwne.dm index 11a272393f..edeb2a02d7 100644 --- a/code/modules/mob/living/simple_animal/hostile/floor_cluwne.dm +++ b/code/modules/mob/living/simple_animal/hostile/floor_cluwne.dm @@ -93,7 +93,7 @@ GLOBAL_VAR_INIT(floor_cluwnes, 0) Acquire_Victim() if(stage && !manifested) - On_Stage() + INVOKE_ASYNC(src, .proc/On_Stage) if(stage == STAGE_ATTACK) playsound(src, 'sound/misc/cluwne_breathing.ogg', 75, 1)