[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:
CHOMPStation2StaffMirrorBot
2025-04-17 16:06:35 -07:00
committed by GitHub
parent 06f0821bcf
commit f7219329ca
235 changed files with 1263 additions and 1255 deletions

View File

@@ -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