fixed the target selection prompt of spBounceTgt and added Disperse, Into Thin Air and Symbol of Unsummoning.

This commit is contained in:
jendave
2011-08-06 05:33:56 +00:00
parent d60a602a6c
commit 5b934f3ef2
2 changed files with 21 additions and 1 deletions

View File

@@ -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();