mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
fixed the target selection prompt of spBounceTgt and added Disperse, Into Thin Air and Symbol of Unsummoning.
This commit is contained in:
@@ -4,6 +4,26 @@ Instant
|
|||||||
Return target artifact, enchantment, or land to its owner's hand.
|
Return target artifact, enchantment, or land to its owner's hand.
|
||||||
spBounceTgt:Artifact,Enchantment,Land
|
spBounceTgt:Artifact,Enchantment,Land
|
||||||
|
|
||||||
|
Disperse
|
||||||
|
1 U
|
||||||
|
Instant
|
||||||
|
Return target nonland permanent to its owner's hand.
|
||||||
|
spBounceTgt:Artifact,Enchantment,Creature,Planeswalker
|
||||||
|
|
||||||
|
Into Thin Air
|
||||||
|
5 U
|
||||||
|
Instant
|
||||||
|
Affinity for artifacts (This spell costs 1 less to cast for each artifact you control.) Return target artifact to its owner's hand.
|
||||||
|
spBounceTgt:Artifact
|
||||||
|
CostChange:Player:Less:1:Self:All:All:Affinity/Artifact
|
||||||
|
|
||||||
|
Symbol of Unsummoning
|
||||||
|
2 U
|
||||||
|
Sorcery
|
||||||
|
Return target creature to its owner's hand.
|
||||||
|
spBounceTgt:Creature
|
||||||
|
Draw a card.
|
||||||
|
|
||||||
Exiled Boggart
|
Exiled Boggart
|
||||||
1 B
|
1 B
|
||||||
Creature Goblin Rogue
|
Creature Goblin Rogue
|
||||||
|
|||||||
@@ -2353,7 +2353,7 @@ public class CardFactory implements NewConstants {
|
|||||||
String tmpDesc = card.getText().substring(15);
|
String tmpDesc = card.getText().substring(15);
|
||||||
int i = tmpDesc.indexOf(".");
|
int i = tmpDesc.indexOf(".");
|
||||||
tmpDesc = tmpDesc.substring(0, i);
|
tmpDesc = tmpDesc.substring(0, i);
|
||||||
final String Selec = "Select target " + tmpDesc + " to return to owners hand.";
|
final String Selec = "Select target to return to owners hand.";
|
||||||
|
|
||||||
card.clearSpellAbility();
|
card.clearSpellAbility();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user