adds antag ooc (#7477)

This commit is contained in:
deathride58
2018-08-23 03:25:27 -04:00
committed by kevinz000
parent 2d1459b9cf
commit 586b27d489
7 changed files with 137 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ GLOBAL_VAR_INIT(hub_visibility, FALSE)
GLOBAL_VAR_INIT(ooc_allowed, TRUE) // used with admin verbs to disable ooc - not a config option apparently
GLOBAL_VAR_INIT(dooc_allowed, TRUE)
GLOBAL_VAR_INIT(aooc_allowed, FALSE)
GLOBAL_VAR_INIT(enter_allowed, TRUE)
GLOBAL_VAR_INIT(shuttle_frozen, FALSE)
GLOBAL_VAR_INIT(shuttle_left, FALSE)