forked from External/mage
[MAT] Implement Tyvar, the Bellicose
This commit is contained in:
parent
406d61a55f
commit
39d78aff2f
4 changed files with 133 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ public class ManaEvent extends GameEvent {
|
|||
protected Mana mana;
|
||||
|
||||
public ManaEvent(EventType type, UUID targetId, Ability source, UUID playerId, Mana mana) {
|
||||
super(type, targetId, source, playerId);
|
||||
super(type, targetId, source, playerId, mana.count(), false);
|
||||
this.mana = mana;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue