Adds the ability to allow specific ckeys to bypass the panic bunker for a given round

This commit is contained in:
deathride58
2019-02-27 07:46:34 -05:00
parent 22e3145901
commit 4e00f59d82
4 changed files with 32 additions and 1 deletions
+2
View File
@@ -6,6 +6,8 @@ GLOBAL_LIST_EMPTY(deadmins) //all ckeys who have used the de-admin verb.
GLOBAL_LIST_EMPTY(directory) //all ckeys with associated client
GLOBAL_LIST_EMPTY(stealthminID) //reference list with IDs that store ckeys, for stealthmins
GLOBAL_LIST_EMPTY(bunker_passthrough)
//Since it didn't really belong in any other category, I'm putting this here
//This is for procs to replace all the goddamn 'in world's that are chilling around the code