mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Split up and rename var/flags (#17794)
* Split up and rename `var/flags` * Various fixes * CL * Don't rename Phoron Guard phoron preset --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
4b9303a1e9
commit
06601c9ec3
@@ -58,7 +58,7 @@
|
||||
|
||||
/datum/event/radiation_storm/proc/lights(var/turnOn = FALSE)
|
||||
for(var/area/A in all_areas)
|
||||
if(A.flags & RAD_SHIELDED)
|
||||
if(A.area_flags & AREA_FLAG_RAD_SHIELDED)
|
||||
continue
|
||||
if(turnOn)
|
||||
A.radiation_active = TRUE
|
||||
|
||||
Reference in New Issue
Block a user