mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added a very hard version of the Apu deck.
This commit is contained in:
@@ -350,7 +350,7 @@ public class AbilityFactoryDealDamage {
|
||||
if (this.abilityFactory.isAbility()) {
|
||||
final Random r = MyRandom.getRandom(); // prevent run-away
|
||||
// activations
|
||||
if (r.nextFloat() <= Math.pow(.6667, saMe.getActivationsThisTurn())) {
|
||||
if (r.nextFloat() <= Math.pow(.9, saMe.getActivationsThisTurn())) {
|
||||
rr = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user