From 44a55cd88e27437f0a09652e533a02da32422710 Mon Sep 17 00:00:00 2001 From: Markolie Date: Thu, 9 Feb 2017 01:22:16 +0100 Subject: [PATCH] Clarify variable description --- code/modules/client/client defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client defines.dm b/code/modules/client/client defines.dm index 6b8acce8712..76aca64bfc0 100644 --- a/code/modules/client/client defines.dm +++ b/code/modules/client/client defines.dm @@ -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 + // If set to true, this client can interact with most machines/computers/objects while observing (requires R_ADMIN as well) var/observer_interact = TRUE \ No newline at end of file