forked from External/mage
[MID] Implemented Arrogant Outlaw
This commit is contained in:
parent
c3531dbb2c
commit
b11c8b5c70
9 changed files with 76 additions and 53 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue