[AER] update revolt wording and simplify implementations

This commit is contained in:
theelk801 2025-04-29 10:15:10 -04:00
parent e9b6712915
commit 6bfeea47c9
19 changed files with 128 additions and 170 deletions

View file

@ -31,6 +31,6 @@ public enum RevoltCondition implements Condition {
@Override
public String toString() {
return "a permanent you controlled left the battlefield this turn";
return "a permanent left the battlefield under your control this turn";
}
}