Adds code yellow (#3507)

Adds code yellow as requested by CCIA.
This commit is contained in:
Ron
2017-10-01 12:49:35 -04:00
committed by Werner
parent e759e4386d
commit 9528498c43
11 changed files with 46 additions and 13 deletions
@@ -78,6 +78,7 @@
data["current_security_level_title"] = num2seclevel(security_level)
data["def_SEC_LEVEL_DELTA"] = SEC_LEVEL_DELTA
data["def_SEC_LEVEL_YELLOW"] = SEC_LEVEL_YELLOW
data["def_SEC_LEVEL_BLUE"] = SEC_LEVEL_BLUE
data["def_SEC_LEVEL_GREEN"] = SEC_LEVEL_GREEN
@@ -225,7 +226,7 @@
var/old_level = security_level
if(!current_level) current_level = SEC_LEVEL_GREEN
if(current_level < SEC_LEVEL_GREEN) current_level = SEC_LEVEL_GREEN
if(current_level > SEC_LEVEL_BLUE) current_level = SEC_LEVEL_BLUE //Cannot engage delta with this
if(current_level > SEC_LEVEL_BLUE) current_level = SEC_LEVEL_BLUE
set_security_level(current_level)
if(security_level != old_level)
log_game("[key_name(usr)] has changed the security level to [get_security_level()].",ckey=key_name(usr))
@@ -235,6 +236,8 @@
feedback_inc("alert_comms_green",1)
if(SEC_LEVEL_BLUE)
feedback_inc("alert_comms_blue",1)
if(SEC_LEVEL_YELLOW)
feedback_inc("alert_comms_yellow",1)
else
usr << "You press button, but red light flashes and nothing happens." //This should never happen
current_status = STATE_DEFAULT
@@ -439,4 +442,4 @@ Command action procs
log_game("[user? key_name(user) : "Autotransfer"] has called the shuttle.")
message_admins("[user? key_name_admin(user) : "Autotransfer"] has called the shuttle.", 1)
return
return