diff --git a/models/src/bundle/stat.rs b/models/src/bundle/stat.rs index 7eb8ab5..2903fd4 100644 --- a/models/src/bundle/stat.rs +++ b/models/src/bundle/stat.rs @@ -102,7 +102,7 @@ impl rand::distr::Distribution for SimpleStatEffective { match rng.random_range(1..=10) { 1 => BodyPart::Heart, 2 => BodyPart::Throat, - _ => BodyPart::Heart, + _ => BodyPart::Head, } } else { match rng.random_range(1..=20) {