mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Astral Cornucopia - Fixed that always no mana was produced when used.
This commit is contained in:
parent
50c31f78d7
commit
b9de0e7f93
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ class AstralCornucopiaManaEffect extends ManaEffect {
|
|||
break;
|
||||
}
|
||||
}
|
||||
game.getPlayer(source.getControllerId()).getManaPool().addMana(computedMana, game, source);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue