mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
simplify Hired Claw, add hint
This commit is contained in:
parent
5b892e6a80
commit
bac604fa4c
2 changed files with 5 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ import mage.game.Game;
|
|||
public enum OpponentsLostLifeHint implements Hint {
|
||||
|
||||
instance;
|
||||
private static final ConditionHint hint = new ConditionHint(OpponentsLostLifeCondition.instance, "Opponents lost life this turn");
|
||||
private static final ConditionHint hint = new ConditionHint(OpponentsLostLifeCondition.instance, "An opponent lost life this turn");
|
||||
|
||||
@Override
|
||||
public String getText(Game game, Ability ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue