Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ae39cd1

Browse files
authored
Nuclear fallout now triggers gamma alert level when it starts (#22520)
* Update reactor.dm * Update reactor.dm
1 parent 27b5b3b commit ae39cd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/power/reactor/reactor.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,8 @@
987987

988988
/datum/weather/nuclear_fallout/telegraph()
989989
..()
990+
if(SSsecurity_level.get_current_level_as_number() < SEC_LEVEL_GAMMA)//if for some reason, it's already gamma, don't bother making it gamma
991+
SSsecurity_level.set_level(SEC_LEVEL_GAMMA) //gamma is cool and good (also lets people powergame to save their lives)
990992
status_alarm(TRUE)
991993

992994
/datum/weather/nuclear_fallout/proc/status_alarm(active) //Makes the status displays show the radiation warning for those who missed the announcement.

0 commit comments

Comments
 (0)