mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user