mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Changed the target prompt of abDamageTgtV to "Select a target: " + k[valid].
- Added 10 creatures with abDamageTgt.
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user