Skip to content

Commit

Permalink
- Increased observer invisibility so robots don't see them.
Browse files Browse the repository at this point in the history
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4248 316c924e-a436-60f5-8080-3fe189b3f50e
baloh.matevz committed Jul 31, 2012
1 parent 63ea146 commit e66ec13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/setup.dm
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e66ec13

Please sign in to comment.