From 1123ad3ef74757ef83bfc0d6bda0b3780a49e08b Mon Sep 17 00:00:00 2001 From: Kyep Date: Tue, 15 Sep 2020 09:08:17 -0700 Subject: [PATCH] squash --- code/datums/wires/nuclearbomb.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/datums/wires/nuclearbomb.dm b/code/datums/wires/nuclearbomb.dm index aac001193b5..51918c02ff4 100644 --- a/code/datums/wires/nuclearbomb.dm +++ b/code/datums/wires/nuclearbomb.dm @@ -54,8 +54,5 @@ N.timing = 0 GLOB.bomb_set = FALSE - if(NUCLEARBOMB_WIRE_LIGHT) - N.lighthack = !N.lighthack - if(WIRE_BOMB_LIGHT) N.lighthack = !N.lighthack