mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fixed the target selection prompt of spBounceTgt and added Disperse, Into Thin Air and Symbol of Unsummoning.
This commit is contained in:
@@ -2353,7 +2353,7 @@ public class CardFactory implements NewConstants {
|
||||
String tmpDesc = card.getText().substring(15);
|
||||
int i = tmpDesc.indexOf(".");
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user