mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Cleaned up Sprout Swarm and made it more consistent with the other buyback spells. It also now has a consistent note referencing the missing convoke ability. Changed cards.txt and CardFactory.java.
This commit is contained in:
@@ -12208,8 +12208,7 @@ Target player reveals his or her hand and discards all nonland cards.
|
||||
Sprout Swarm
|
||||
1 G
|
||||
Instant
|
||||
no text
|
||||
Buyback 3 (You may pay an additional 3 as you play this spell. If you do, put this card into your hand as it resolve.)
|
||||
(NOTE: "Convoke" is not implemented.)
|
||||
|
||||
Llanowar Mentor
|
||||
G
|
||||
|
||||
@@ -6015,7 +6015,7 @@ public class CardFactory implements NewConstants {
|
||||
spell_one.setManaCost("1 G");
|
||||
spell_two.setManaCost("4 G");
|
||||
|
||||
spell_one.setDescription("Put a 1/1 green Saproling token into play. -- Sorry no convoke yet.");
|
||||
spell_one.setDescription("Put a 1/1 green Saproling token into play.");
|
||||
spell_two.setDescription("Buyback 3 - Pay 4G, put this card into your hand as it resolves.");
|
||||
|
||||
spell_one.setStackDescription("Sprout Swarm - Put a 1/1 green Saproling token into play");
|
||||
|
||||
Reference in New Issue
Block a user