From b6c5f0b4faf52b55d6312a58989befec31e627d5 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 11 May 2017 20:24:28 -0500 Subject: [PATCH] Removes explosion delays (#911) --- code/game/atoms.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index ab0038f7be..e4adbb91ef 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -274,6 +274,7 @@ return /atom/proc/ex_act(severity, target) + set waitfor = FALSE contents_explosion(severity, target) /atom/proc/blob_act(obj/structure/blob/B)