mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Merge commit '179a607a90ad7ec62bdaff4e6fe72af60ee56442' of https://github.com/tgstation/tgstation into upstream-24-10b
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
/datum/security_level/green
|
||||
name = "green"
|
||||
announcement_color = "green"
|
||||
sound = 'sound/misc/notice2.ogg' // Friendly beep
|
||||
sound = 'sound/announcer/notice/notice2.ogg' // Friendly beep
|
||||
number_level = SEC_LEVEL_GREEN
|
||||
status_display_icon_state = "greenalert"
|
||||
fire_alarm_light_color = LIGHT_COLOR_BLUEGREEN
|
||||
@@ -64,7 +64,7 @@
|
||||
/datum/security_level/blue
|
||||
name = "blue"
|
||||
announcement_color = "blue"
|
||||
sound = 'sound/misc/notice1.ogg' // Angry alarm
|
||||
sound = 'sound/announcer/notice/notice1.ogg' // Angry alarm
|
||||
number_level = SEC_LEVEL_BLUE
|
||||
status_display_icon_state = "bluealert"
|
||||
fire_alarm_light_color = LIGHT_COLOR_ELECTRIC_CYAN
|
||||
@@ -80,7 +80,7 @@
|
||||
/datum/security_level/red
|
||||
name = "red"
|
||||
announcement_color = "red"
|
||||
sound = 'sound/misc/notice3.ogg' // More angry alarm
|
||||
sound = 'sound/announcer/notice/notice3.ogg' // More angry alarm
|
||||
number_level = SEC_LEVEL_RED
|
||||
status_display_icon_state = "redalert"
|
||||
fire_alarm_light_color = LIGHT_COLOR_FLARE
|
||||
@@ -96,7 +96,7 @@
|
||||
/datum/security_level/delta
|
||||
name = "delta"
|
||||
announcement_color = "purple"
|
||||
sound = 'sound/misc/airraid.ogg' // Air alarm to signify importance
|
||||
sound = 'sound/announcer/alarm/airraid.ogg' // Air alarm to signify importance
|
||||
number_level = SEC_LEVEL_DELTA
|
||||
status_display_icon_state = "deltaalert"
|
||||
fire_alarm_light_color = LIGHT_COLOR_INTENSE_RED
|
||||
|
||||
Reference in New Issue
Block a user