Initial commit containing all the necessary code files that allow Tajaran, Unathi, and Skrell to change both their hair and body color to match. NO MORE GREEN/GREY!

This commit is contained in:
suethecake
2014-04-27 01:00:16 -06:00
parent ef7933cbdf
commit 2b2d64f05f
12 changed files with 150 additions and 25 deletions
+10 -9
View File
@@ -731,18 +731,19 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define NO_PAIN 8
#define HAS_SKIN_TONE 16
#define HAS_LIPS 32
#define HAS_UNDERWEAR 64
#define HAS_TAIL 128
#define HAS_SKIN_COLOR 32
#define HAS_LIPS 64
#define HAS_UNDERWEAR 128
#define HAS_TAIL 256
#define IS_SLOW 256
#define IS_PLANT 512
#define IS_WHITELISTED 1024
#define IS_SLOW 512
#define IS_PLANT 1024
#define IS_WHITELISTED 2048
#define RAD_ABSORB 2048
#define REQUIRE_LIGHT 4096
#define RAD_ABSORB 4096
#define REQUIRE_LIGHT 8192
#define IS_SYNTHETIC 8192
#define IS_SYNTHETIC 16384
//Language flags.
#define WHITELISTED 1 // Language is available if the speaker is whitelisted.