Bugfix for some clothing making your hair disappear.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2372 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-10-16 04:03:05 +00:00
parent a2d6624a5f
commit f1616814a5
2 changed files with 16 additions and 3 deletions
+2 -2
View File
@@ -89,8 +89,6 @@
#define HEADSPACE 4 // head wear protects against space
#define BLOCKHAIR 5 // temporarily removes the user's hair icon
#define MASKINTERNALS 8 // mask allows internals
#define SUITSPACE 8 // suit protects against space
@@ -116,6 +114,8 @@
#define NOREACT 16384 //Reagents dont' react inside this container.
#define BLOCKHAIR 32768 // temporarily removes the user's hair icon
//flags for pass_flags
#define PASSTABLE 1
#define PASSGLASS 2