mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Minor reordering in the latest fix.
This commit is contained in:
@@ -123,7 +123,7 @@ public class TargetSelection {
|
||||
return ability.getTargets().add(nonCardTargets.get(0));
|
||||
}
|
||||
}
|
||||
else if (validTargets.size() == 1 && ability.isTrigger() && minTargets != 0 && !tgt.canTgtPlayer()) {
|
||||
else if (validTargets.size() == 1 && minTargets != 0 && ability.isTrigger() && !tgt.canTgtPlayer()) {
|
||||
//if only one valid target card for triggered ability, auto-target that card
|
||||
//only do this for triggered abilities to prevent auto-targeting when user chooses
|
||||
//to play a spell or activat an ability
|
||||
|
||||
Reference in New Issue
Block a user