diff --git a/code/datums/explosion.dm b/code/datums/explosion.dm index cdfe4778a149..0885a3262147 100644 --- a/code/datums/explosion.dm +++ b/code/datums/explosion.dm @@ -159,7 +159,7 @@ GLOBAL_LIST_EMPTY(explosions) var/list/affected_turfs = GatherSpiralTurfs(max_range, epicenter) var/reactionary = CONFIG_GET(flag/reactionary_explosions) - var/list/cached_exp_block + var/list/cached_exp_block = list() if(reactionary) cached_exp_block = CaculateExplosionBlock(affected_turfs)