From e66ec133267b9022e97333dd564a816519afd158 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 31 Jul 2012 13:18:37 +0000 Subject: [PATCH] - Increased observer invisibility so robots don't see them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4248 316c924e-a436-60f5-8080-3fe189b3f50e --- code/setup.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/setup.dm b/code/setup.dm index 4cac0c1051990..5239c4b222214 100644 --- a/code/setup.dm +++ b/code/setup.dm @@ -414,13 +414,13 @@ var/list/liftable_structures = list(\ #define SEE_INVISIBLE_LIVING 25 -#define SEE_INVISIBLE_OBSERVER 30 -#define INVISIBILITY_OBSERVER 30 - #define SEE_INVISIBLE_LEVEL_ONE 35 //Used by some stuff in code. It's really poorly organized. #define INVISIBILITY_LEVEL_ONE 35 //Used by some stuff in code. It's really poorly organized. #define SEE_INVISIBLE_LEVEL_TWO 45 //Used by some other stuff in code. It's really poorly organized. #define INVISIBILITY_LEVEL_TWO 45 //Used by some other stuff in code. It's really poorly organized. +#define INVISIBILITY_OBSERVER 60 +#define SEE_INVISIBLE_OBSERVER 60 + #define INVISIBILITY_MAXIMUM 100 \ No newline at end of file