Adds code yellow (#3507)

Adds code yellow as requested by CCIA.
This commit is contained in:
Ron
2017-10-01 18:49:35 +02:00
committed by Werner
parent e759e4386d
commit 9528498c43
11 changed files with 46 additions and 13 deletions
+4
View File
@@ -106,6 +106,7 @@ var/list/gamemode_cache = list()
var/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced."
var/alert_desc_blue_upto = "The station has received reliable information about possible hostile activity on the station. Security staff may have weapons visible, random searches are permitted."
var/alert_desc_blue_downto = "The immediate threat has passed. Security may no longer have weapons drawn at all times, but may continue to have them visible. Random searches are still allowed."
var/alert_desc_yellow_to = "The station is now under an elevated alert status due to a confirmed biological hazard. All crew are to follow command instruction in order to ensure a safe return to standard operations."
var/alert_desc_red_upto = "There is an immediate serious threat to the station. Security may have weapons unholstered at all times. Random searches are allowed and advised."
var/alert_desc_red_downto = "The self-destruct mechanism has been deactivated, there is still however an immediate serious threat to the station. Security may have weapons unholstered at all times, random searches are allowed and advised."
var/alert_desc_delta = "The station's self-destruct mechanism has been engaged. All crew are instructed to obey all instructions given by heads of staff. Any violations of these orders can be punished by death. This is not a drill."
@@ -598,6 +599,9 @@ var/list/gamemode_cache = list()
if("alert_green")
config.alert_desc_green = value
if("alert_yellow")
config.alert_desc_yellow_to = value
if("alert_delta")
config.alert_desc_delta = value