mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Reverted MeleeAbility.calculate
This commit is contained in:
parent
e9a0b1a5ea
commit
fe9ce16ed2
1 changed files with 0 additions and 4 deletions
|
|
@ -58,10 +58,6 @@ public class MeleeAbility extends AttacksTriggeredAbility {
|
|||
super(ability);
|
||||
}
|
||||
|
||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||
return new MeleeDynamicValue().calculate(game, sourceAbility, effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public MeleeAbility copy() {
|
||||
return new MeleeAbility(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue