[AER] Added the last missing cards. Some fixes.

This commit is contained in:
LevelX2 2017-01-07 21:42:29 +01:00
parent 32e55a7342
commit b358597bf4
8 changed files with 409 additions and 81 deletions

View file

@ -51,6 +51,6 @@ public class RevoltCondition implements Condition {
@Override
public String toString() {
return "if a permanent you control left the battlefield this turn";
return "a permanent you control left the battlefield this turn";
}
}