Skip to content

Commit

Permalink
aughx2
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent d1e903e commit 3b64ac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/datums/explosion.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b64ac4

Please sign in to comment.