mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
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:
+10
-9
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user