From 8f6c9885368ecd065de5fc36c694df645d4f5e67 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Fri, 11 Oct 2019 18:17:43 +0100 Subject: [PATCH] Explod --- code/modules/holiday/halloween/jacqueen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index 691c66ee8b..d504edb0a9 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -389,7 +389,7 @@ /obj/item/reagent_containers/potion_container/throw_impact(atom/target) ..() - sleep(50) + sleep(20) var/datum/effect_system/smoke_spread/chem/s = new() s.set_up(src.reagents, 3, src.loc) s.start()