mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[STX] Implemented Willowdusk, Essence Seer
This commit is contained in:
parent
bcb9e410dd
commit
5ee335f011
3 changed files with 110 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ import java.util.UUID;
|
|||
public enum ControllerGotLifeCount implements DynamicValue {
|
||||
instance;
|
||||
|
||||
private static final Hint hint = new ValueHint("Life gained this turn:", instance);
|
||||
private static final Hint hint = new ValueHint("Life gained this turn", instance);
|
||||
|
||||
@Override
|
||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue