Makes humans use MUTCOLORS (#2513)
Exactly what it sounds like. Enables humans to use mutant colours and disables the preset skintones. Preset skintones are still doable, since mutant colours can be accurately adjusted by putting in RGB values for the colours, but it'd be more manual work. On the other hand, you can now get a more accurate skin tone...
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
name = "Human"
|
||||
id = "human"
|
||||
default_color = "FFFFFF"
|
||||
species_traits = list(MUTCOLORS_PARTSONLY,EYECOLOR,HAIR,FACEHAIR,LIPS)
|
||||
species_traits = list(MUTCOLORS,EYECOLOR,HAIR,FACEHAIR,LIPS)
|
||||
mutant_bodyparts = list("tail_human", "ears", "taur")
|
||||
default_features = list("tail_human" = "None", "ears" = "None", "taur" = "none")
|
||||
use_skintones = 1
|
||||
use_skintones = FALSE
|
||||
skinned_type = /obj/item/stack/sheet/animalhide/human
|
||||
disliked_food = GROSS | RAW
|
||||
liked_food = JUNKFOOD | FRIED
|
||||
|
||||
Reference in New Issue
Block a user