Delta level updates

Allows cancelling using controller debug
Shows the current active security level when selecting a level
This commit is contained in:
SoundScopes
2014-08-27 15:57:44 +01:00
parent b02b0ef889
commit 736b24d642
3 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -903,7 +903,8 @@ var/list/admin_verbs_mod = list(
"Delta",
)
var/input = input("Select the alert level.", "Alert Level", null, null) in L
var/current_level = get_security_level()
var/input = input("Select the alert level.", "Alert Level -( [current_level] )", null, null) in L
switch(input)
if("Green")
set_security_level(SEC_LEVEL_GREEN)