feat: added more passives
This commit is contained in:
parent
34fe16407e
commit
c7089d2deb
6 changed files with 363 additions and 9 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue