This commit is contained in:
Zuhayr
2014-05-10 10:26:05 +09:30
parent 8d6b5e6d5c
commit a68c4e9c55
14 changed files with 78 additions and 21 deletions

View File

@@ -199,6 +199,7 @@ var/MAX_EXPLOSION_RANGE = 14
#define MASKCOVERSMOUTH 2048 // on other items, these are just for mask/head
#define HEADCOVERSMOUTH 2048
#define THICKMATERIAL 1024 //From /tg: prevents syringes, parapens and hypos if the external suit or helmet (if targeting head) has this flag. Example: space suits, biosuit, bombsuits, thick suits that cover your body. (NOTE: flag shared with NOSLIP for shoes)
#define NOSLIP 1024 //prevents from slipping on wet floors, in space etc
#define OPENCONTAINER 4096 // is an open container for chemistry purposes