mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Fixed Nightscape Battlemage and friends.
This commit is contained in:
@@ -6341,7 +6341,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
String s = "Kicker " + property.split("kicked ")[1];
|
String s = property.split("kicked ")[1];
|
||||||
if ("1".equals(s) && !this.isOptionalCostPaid(OptionalCost.Kicker1)) return false;
|
if ("1".equals(s) && !this.isOptionalCostPaid(OptionalCost.Kicker1)) return false;
|
||||||
if ("2".equals(s) && !this.isOptionalCostPaid(OptionalCost.Kicker2)) return false;
|
if ("2".equals(s) && !this.isOptionalCostPaid(OptionalCost.Kicker2)) return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user