mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Conversion many Globals to Managed Globals (Part 1) (#10665)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
06f0821bcf
commit
f7219329ca
@@ -54,12 +54,12 @@ GLOBAL_LIST_EMPTY(holoposters)
|
||||
examine_addon = "It appears to be malfunctioning."
|
||||
new_color = "#6A6C71"
|
||||
else
|
||||
if((z in using_map.station_levels) && global.security_level) // 0 is fine, everything higher is alert levels
|
||||
if((z in using_map.station_levels) && GLOB.security_level) // 0 is fine, everything higher is alert levels
|
||||
icon_state = "attention"
|
||||
examine_addon = "It warns you to remain calm and contact your supervisor as soon as possible."
|
||||
new_color = "#AA7039"
|
||||
alerting = TRUE
|
||||
else if(alerting && !global.security_level) // coming out of alert
|
||||
else if(alerting && !GLOB.security_level) // coming out of alert
|
||||
alerting = FALSE
|
||||
set_rand_sprite()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user