mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- Fixed chooseCardFromStack overwriting multiple spells with same stack description.
This commit is contained in:
@@ -548,7 +548,7 @@ public class TargetSelection {
|
||||
|
||||
for (final SpellAbility sa : choosables) {
|
||||
if (!tgt.getTargetSAs().contains(sa)) {
|
||||
map.put(sa.getStackDescription(), sa);
|
||||
map.put(choosables.indexOf(sa) + ". " + sa.getStackDescription(), sa);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user