From f03ac27664c237ae315590a8b75c801c8637cdbb Mon Sep 17 00:00:00 2001 From: Poojawa Date: Fri, 21 Sep 2018 14:30:40 -0500 Subject: [PATCH] (0,0,0,0) (0,0,0,0) (0,0,0,0) (0,0,0,0) (0,0,0,0) --- code/modules/cargo/supplypod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/supplypod.dm b/code/modules/cargo/supplypod.dm index 2e23c9a49e..5da7c82a1d 100644 --- a/code/modules/cargo/supplypod.dm +++ b/code/modules/cargo/supplypod.dm @@ -108,7 +108,7 @@ M.gib() //After adjusting the fuck outta that brute loss we finish the job with some satisfying gibs M.adjustBruteLoss(damage) - for (var/i in 1 to B.len-1) + for (var/i in B) boomTotal += i //Count up all the values of the explosion if (boomTotal != 0) //If the explosion list isn't all zeroes, call an explosion