mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Temporarily reverted 30117:30118 (related to Echo update) because the current new implementation misbehaves (please see the related forum post) and I could not fix the rule interaction bug in a timely manner.
- Feel free to revert this commit and continue working on the new Echo implementation.
This commit is contained in:
@@ -165,7 +165,7 @@ public class CreatureEvaluator implements Function<Card, Integer> {
|
||||
value -= subValue(30, "cupkeep");
|
||||
} else if (c.hasStartOfKeyword("At the beginning of your upkeep, sacrifice CARDNAME unless you pay")) {
|
||||
value -= subValue(20, "sac-unless");
|
||||
} else if (c.hasStartOfKeyword("Echo") && c.cameUnderControlSinceLastUpkeep()) {
|
||||
} else if (c.hasStartOfKeyword("(Echo unpaid)")) {
|
||||
value -= subValue(10, "echo-unpaid");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user