- Added a couple final declarations in PumpAi.

This commit is contained in:
Agetian
2017-09-11 11:08:21 +00:00
parent 6ffc687174
commit f332db93ad

View File

@@ -737,7 +737,7 @@ public class PumpAi extends PumpAiBase {
return true;
}
public boolean doAristocratLogic(SpellAbility sa, Player ai) {
public boolean doAristocratLogic(final SpellAbility sa, final Player ai) {
// A logic for cards that say "Sacrifice a creature: CARDNAME gets +X/+X until EOT"
final Game game = ai.getGame();
final Combat combat = game.getCombat();