Gamma Alert [SEMI-MODULAR] (#2029)

* aaah

* a
This commit is contained in:
Gandalf
2020-12-03 21:39:49 +01:00
committed by GitHub
parent 02196141a9
commit 7ee24f06bd
10 changed files with 52 additions and 33 deletions
+1 -1
View File
@@ -883,7 +883,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!check_rights(R_ADMIN))
return
var/level = input("Select security level to change to","Set Security Level") as null|anything in list("green","blue","red","delta")
var/level = input("Select security level to change to","Set Security Level") as null|anything in list("green","blue","violet","amber","red","delta","gamma")
if(level)
set_security_level(level)