- Changed the target prompt of abDamageTgtV to "Select a target: " + k[valid].

- Added 10 creatures with abDamageTgt.
This commit is contained in:
jendave
2011-08-06 08:39:27 +00:00
parent 25d57e361e
commit 9e0ef2fab7
13 changed files with 117 additions and 1 deletions

View File

@@ -2351,7 +2351,7 @@ public class CardFactory implements NewConstants {
if (abTgt.canTgtValid()){
int valid = drawBack;
// Looks like VTSelection is used for the Message box, should improve the message
abTgt.setVTSelection(k[valid]);
abTgt.setVTSelection("Select a target: " + k[valid]);
abTgt.setValidTgts(k[valid].split(","));
drawBack++;
}