From de9b01400a508ac203b6efc96ba986366f84b025 Mon Sep 17 00:00:00 2001 From: Purpose Date: Fri, 14 Sep 2018 22:00:02 +0100 Subject: [PATCH] remove light fixtures --- code/modules/power/lighting.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index df12267015f..708072417e4 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -576,7 +576,7 @@ /obj/machinery/light/blob_act() if(prob(75)) - broken() + qdel(src) // timed process