mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
avoid Announcing twice?
This commit is contained in:
@@ -237,7 +237,7 @@ public class HumanPlaySpellAbility {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean announceValuesLikeX() {
|
private boolean announceValuesLikeX() {
|
||||||
if (ability.isCopied()) { return true; } //don't re-announce for spell copies
|
if (ability.isCopied() || ability.isWrapper()) { return true; } //don't re-announce for spell copies
|
||||||
|
|
||||||
boolean needX = true;
|
boolean needX = true;
|
||||||
final Cost cost = ability.getPayCosts();
|
final Cost cost = ability.getPayCosts();
|
||||||
|
|||||||
Reference in New Issue
Block a user