mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
fixed card name
This commit is contained in:
@@ -37,7 +37,7 @@ public class DestroyAi extends SpellAbilityAi {
|
|||||||
boolean havepact = false;
|
boolean havepact = false;
|
||||||
for (Card cardInPlay : ai.getGame().getCardsIn(ZoneType.Battlefield)) {
|
for (Card cardInPlay : ai.getGame().getCardsIn(ZoneType.Battlefield)) {
|
||||||
if ((cardInPlay.getController().equals(ai))
|
if ((cardInPlay.getController().equals(ai))
|
||||||
&& ("Grave_Pact".equals(cardInPlay.getName()))) {
|
&& ("Grave Pact".equals(cardInPlay.getName()))) {
|
||||||
havepact = true;
|
havepact = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user