From 3b64ac43dad6d5fb6e883af422d13d1432572cf6 Mon Sep 17 00:00:00 2001 From: gremlingss Date: Mon, 17 Jul 2023 15:27:32 +0100 Subject: [PATCH] aughx2 --- code/datums/explosion.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/datums/explosion.dm b/code/datums/explosion.dm index d4f1ca7afbf..8776b6b91ef 100644 --- a/code/datums/explosion.dm +++ b/code/datums/explosion.dm @@ -175,6 +175,9 @@ GLOBAL_LIST_EMPTY(explosions) //lists are guaranteed to contain at least 1 turf at this point + if(!cached_exp_block) + cached_exp_block = list() // This is the safety net to stop explosions from eating poop in linters. + var/iteration = 0 var/affTurfLen = affected_turfs.len var/expBlockLen = cached_exp_block.len