[MID] Implemented Arrogant Outlaw

This commit is contained in:
Evan Kranzler 2021-09-02 19:53:29 -04:00
parent c3531dbb2c
commit b11c8b5c70
9 changed files with 76 additions and 53 deletions

View file

@ -9,7 +9,6 @@ import mage.game.Game;
* @author JayDi85
*/
public enum OpponentsLostLifeCondition implements Condition {
instance;
@Override
@ -19,6 +18,6 @@ public enum OpponentsLostLifeCondition implements Condition {
@Override
public String toString() {
return "opponents lost life";
return "an opponent lost life this turn";
}
}