mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added a TributeAILogic for Oracle of Bones.
This commit is contained in:
@@ -428,6 +428,8 @@ public class CountersPutAi extends SpellAbilityAi {
|
||||
}
|
||||
} else if (logic.equals("DontControlCreatures")) {
|
||||
return !creats.isEmpty();
|
||||
} else if (logic.equals("OppHasCardsInHand")) {
|
||||
return !player.getOpponent().getCardsIn(ZoneType.Hand).isEmpty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user