diff --git a/code/game/world.dm b/code/game/world.dm index d121f7e411..a22d4345a5 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -263,8 +263,10 @@ GLOBAL_PROTECT(security_mode) if (M.client) n++ + features += "[SSmapping.config.map_name]" //CIT CHANGE - makes the hub entry display the current map + if(get_security_level())//CIT CHANGE - makes the hub entry show the security level - features += "code [get_security_level()]" + features += "[get_security_level()] alert" if (n > 1) features += "~[n] players"