This commit is contained in:
Ghommie
2020-04-14 19:18:08 +02:00
parent 571584901c
commit c774f18758
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -136,8 +136,8 @@
#define NOAROUSAL 20 //Stops all arousal effects
#define NOGENITALS 21 //Cannot create, use, or otherwise have genitals
#define MATRIXED 22 //if icon is color matrix'd
#define SKINTONE 23
#define CUSTOM_SKINTONE 24 //adds a "_g" suffix to bodypart overlays icon states
#define SKINTONE 23 //uses skin tones
#define CUSTOM_SKINTONE 24 //adds a "_g" suffix to bodypart overlays icon states if a custom skintone is used.
#define HORNCOLOR 25
#define WINGCOLOR 26
+1 -1
View File
@@ -281,7 +281,7 @@ GLOBAL_LIST_INIT(skin_tones, list(
"indian" = "#b87840",
"african1" = "#754523",
"african2" = "#471c18",
"orange" = "#ffc905", //Spray tan overdose.
"orange" = "#ffc905" //Spray tan overdose.
))
GLOBAL_LIST_INIT(nonstandard_skin_tones, list("orange"))