From f0ff064dc1b1f087928195dca4e39ffc74c6c8f9 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Wed, 8 Dec 2021 05:12:32 +0100 Subject: [PATCH] missed a line --- code/modules/holiday/halloween/jacqueen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index 9f41fb0f79..01272a9b86 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -734,6 +734,7 @@ delayed_release_smoke() /obj/item/reagent_containers/potion_container/proc/delayed_release_smoke() + set waitfor = FALSE sleep(20) var/datum/effect_system/smoke_spread/chem/s = new() s.set_up(src.reagents, 3, get_turf(src))