Split admin interaction into regular and advanced, make more devices ghost-interactable

This commit is contained in:
Markolie
2017-02-09 19:30:36 +01:00
parent 44a55cd88e
commit 2afd77a54a
11 changed files with 69 additions and 55 deletions
+2 -2
View File
@@ -94,5 +94,5 @@
// Donator stuff.
var/donator_level = DONATOR_LEVEL_NONE
// If set to true, this client can interact with most machines/computers/objects while observing (requires R_ADMIN as well)
var/observer_interact = TRUE
// If set to true, this client can interact with atoms such as buttons and doors on top of regular machinery interaction
var/advanced_admin_interaction = FALSE