feat: added more passives

This commit is contained in:
TotallyNot 2025-11-09 17:10:54 +01:00
parent 34fe16407e
commit c7089d2deb
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
6 changed files with 363 additions and 9 deletions

View file

@ -366,7 +366,7 @@ fn check_action_nullification(
return Some("homerun");
}
ActionNullification::GentsStripClub
if player_action.0 == WeaponSlot::Melee && shared.rng.random_bool(0.25) =>
if player_action.0 == WeaponSlot::Melee && shared.rng.random_ratio(1, 4) =>
{
return Some("dodged");
}