- Added a very hard version of the Apu deck.

This commit is contained in:
Sloth
2011-12-13 13:57:01 +00:00
parent efbf300d29
commit 2ba6b06787
4 changed files with 32 additions and 2 deletions

View File

@@ -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;
}
}