diff --git a/code/game/gamemodes/cult/hell_universe.dm b/code/game/gamemodes/cult/hell_universe.dm index e0d82a665fd..eb4ea17ee9d 100644 --- a/code/game/gamemodes/cult/hell_universe.dm +++ b/code/game/gamemodes/cult/hell_universe.dm @@ -37,8 +37,6 @@ In short: T.overlays += "hell01" else T.overlays -= "hell01" - if(!T.color_lighting_lumcount) - T.update_lumcount(1, 255, 0, 0, 0) // Apply changes when entering state /datum/universal_state/hell/OnEnter()