Adds 3 new npcs

This commit is contained in:
Snowram
2020-11-17 01:13:59 +01:00
committed by Robin Gilh
parent 44fe398ba3
commit b48de84f8c
46 changed files with 216 additions and 48 deletions

View File

@ -97,6 +97,7 @@ impl<'a> From<&'a Body> for Psyche {
quadruped_small::Species::Rabbit => 0.1,
quadruped_small::Species::Truffler => 0.8,
quadruped_small::Species::Frog => 0.6,
quadruped_small::Species::Hare => 0.2,
_ => 1.0,
},
Body::QuadrupedMedium(quadruped_medium) => match quadruped_medium.species {