From 83efddc6996e6ee77d0d011401cc255b9ea44e64 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Tue, 12 May 2015 23:08:42 -0400 Subject: [PATCH] All lightbulbs in light explosion damage range break --- code/modules/power/lighting.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index ac145588874..8ccf8648f7f 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -560,11 +560,9 @@ qdel(src) return if(2.0) - if (prob(75)) - broken() + broken() if(3.0) - if (prob(50)) - broken() + broken() return //blob effect