mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Remove an unnecessary variable.
This commit is contained in:
@@ -1826,7 +1826,6 @@ public class ChangeZoneAi extends SpellAbilityAi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static boolean doExileCombatThreatLogic(final Player aiPlayer, final SpellAbility sa) {
|
public static boolean doExileCombatThreatLogic(final Player aiPlayer, final SpellAbility sa) {
|
||||||
final Card host = sa.getHostCard();
|
|
||||||
final Combat combat = aiPlayer.getGame().getCombat();
|
final Combat combat = aiPlayer.getGame().getCombat();
|
||||||
|
|
||||||
if (combat == null) {
|
if (combat == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user