mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
PlayerControllerHuman: support "OrderDuplicates" on sa
This commit is contained in:
@@ -1842,7 +1842,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
if (!currentSa.isTrigger() && currentSa.usesTargeting()) {
|
||||
needPrompt = true;
|
||||
}
|
||||
if (!needPrompt && !saStr.equals(firstStr)) {
|
||||
if (!needPrompt && !saStr.equals(firstStr) && !currentSa.hasParam("OrderDuplicates")) {
|
||||
needPrompt = true; // prompt by default unless all abilities
|
||||
// are the same
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user