mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Updated some SVars.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user