From 8e8a151d7482c100ea1c785cdc8e3623c02fbda2 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Wed, 8 Feb 2023 20:46:21 -0600 Subject: [PATCH] nuke no longer needs power to work (#20391) --- code/game/gamemodes/nuclear/nuclearbomb.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/nuclear/nuclearbomb.dm b/code/game/gamemodes/nuclear/nuclearbomb.dm index 3507a5fa2e5..645041c4c35 100644 --- a/code/game/gamemodes/nuclear/nuclearbomb.dm +++ b/code/game/gamemodes/nuclear/nuclearbomb.dm @@ -21,6 +21,7 @@ GLOBAL_VAR(bomb_set) flags_2 = NO_MALF_EFFECT_2 | CRITICAL_ATOM_2 anchored = TRUE power_state = NO_POWER_USE + requires_power = FALSE var/extended = TRUE var/lighthack = FALSE