forked from External/mage
[CMR] more text fixes
This commit is contained in:
parent
d227932ff3
commit
35902ee84a
35 changed files with 179 additions and 139 deletions
|
|
@ -25,7 +25,7 @@ public class IsPhaseCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new StringBuilder("during ").append(turnPhase).toString();
|
||||
return new StringBuilder("during ").append(turnPhase).toString().toLowerCase();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue