X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2FGenome.hpp;fp=src%2Fcreature%2FGenome.hpp;h=96d8bf1ff91ebdf942eb1b7ebefde61249b3e4fb;hp=1fc5c2a5f4871f22eb8f00dab6c2ad81c1c9e590;hb=e6a15aa6012cf8f034f3073c3d042f9a714da011;hpb=3906f7f9d086ee71f6b6da9cbc788fe3debee2cb diff --git a/src/creature/Genome.hpp b/src/creature/Genome.hpp index 1fc5c2a..96d8bf1 100644 --- a/src/creature/Genome.hpp +++ b/src/creature/Genome.hpp @@ -61,6 +61,9 @@ struct Genome { math::Distribution highlight_saturation; math::Distribution highlight_lightness; + math::Distribution skin_back; + math::Distribution skin_side; + void Configure(Creature &) const; static Properties Instantiate(