fix: make head hits possible again
This commit is contained in:
parent
39c6714317
commit
0c9d96375d
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ impl rand::distr::Distribution<BodyPart> for SimpleStatEffective<CritRate> {
|
|||
match rng.random_range(1..=10) {
|
||||
1 => BodyPart::Heart,
|
||||
2 => BodyPart::Throat,
|
||||
_ => BodyPart::Heart,
|
||||
_ => BodyPart::Head,
|
||||
}
|
||||
} else {
|
||||
match rng.random_range(1..=20) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue