- Updated some SVars.

This commit is contained in:
Sloth
2013-06-11 06:36:09 +00:00
parent 416747ef7d
commit 5f943abf8c
4 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ public class PhasesAi extends SpellAbilityAi {
final Card source = sa.getSourceCard();
final Random r = MyRandom.getRandom();
boolean randomReturn = r.nextFloat() <= Math.pow(.6667, sa.getActivationsThisTurn() + 1);
boolean randomReturn = r.nextFloat() <= Math.pow(.6667, sa.getActivationsThisTurn());
List<Card> tgtCards;
if (tgt == null) {