mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
fixes
This commit is contained in:
@@ -134,7 +134,7 @@ public class RollPlanarDiceAi extends SpellAbilityAi {
|
||||
decideToRoll = false;
|
||||
}
|
||||
|
||||
if (ai.getGame().getPhaseHandler().getPlanarDiceRolledthisTurn() >= maxActivations) {
|
||||
if (ai.getGame().getPhaseHandler().getPlanarDiceSpecialActionThisTurn() >= maxActivations) {
|
||||
decideToRoll = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user