Merge pull request #249 from SoundScopes/master

Scopes updates
This commit is contained in:
skull132
2014-08-28 18:27:49 +03:00
20 changed files with 1311 additions and 1214 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)