mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
[DMU] Implemented Molten Monstrosity
This commit is contained in:
parent
9b2abfb1bb
commit
6b09fc68ef
3 changed files with 48 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.abilities.dynamicvalue.common;
|
||||
|
||||
import mage.MageInt;
|
||||
|
|
@ -17,7 +16,8 @@ import mage.game.Game;
|
|||
public enum GreatestPowerAmongControlledCreaturesValue implements DynamicValue {
|
||||
instance;
|
||||
|
||||
private static final Hint hint=new ValueHint("Greatest power among creatures you control",instance);
|
||||
private static final Hint hint = new ValueHint("Greatest power among creatures you control", instance);
|
||||
|
||||
@Override
|
||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||
return game
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue