mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Fixed Cumulative Upkeep code.
- Fixed a small bug with Fastbond (it would sometimes subtract more than 1 life). - Fixed some big bugs with Fastbond, Exploration, Azusa, Lost but Seeking (computer won't be able to use them if it doesn't control them). - AI should lose life when using Fastbond now.
This commit is contained in:
@@ -17967,7 +17967,7 @@ return land.size() > 1 && CardFactoryUtil.AI_isMainPhase();
|
||||
}
|
||||
|
||||
};
|
||||
bounce.setDescription("You may return two Islands you control to their owner's hand rather than pay Thwart's mana cost.");
|
||||
bounce.setDescription("You may return three Islands you control to their owner's hand rather than pay Thwart's mana cost.");
|
||||
bounce.setStackDescription(card.getName() + " - Counter target spell.");
|
||||
bounce.setManaCost("0");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user