mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Test fix
This commit is contained in:
parent
7b57865071
commit
74ceac7322
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ class BenthicExplorersManaEffect extends ManaEffect {
|
|||
@Override
|
||||
public List<Mana> getNetMana(Game game, Ability source) {
|
||||
List<Mana> netManas = new ArrayList<>();
|
||||
if (game == null) {
|
||||
return netManas;
|
||||
}
|
||||
|
||||
Mana types = new Mana();
|
||||
for (UUID opponentId : game.getOpponents(source.getControllerId())) {
|
||||
|
|
Loading…
Reference in a new issue