diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm index 14d9de4faf..c9e03389f1 100644 --- a/code/__DEFINES/DNA.dm +++ b/code/__DEFINES/DNA.dm @@ -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 diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 38831fd5eb..2827e40120 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -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"))