mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Implemented Custodi Soulcaller
This commit is contained in:
parent
4f373ad41a
commit
b153a7c2a2
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ public class MeleeAbility extends AttacksTriggeredAbility {
|
||||||
super(ability);
|
super(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||||
|
return new MeleeDynamicValue().calculate(game, sourceAbility, effect);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public MeleeAbility copy() {
|
public MeleeAbility copy() {
|
||||||
return new MeleeAbility(this);
|
return new MeleeAbility(this);
|
||||||
|
|
Loading…
Reference in a new issue