mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
added Sealed tournaments
This commit is contained in:
parent
44aefaf47a
commit
f7ffbb4773
51 changed files with 652 additions and 143 deletions
|
|
@ -58,6 +58,7 @@ import mage.filter.common.FilterCreatureForCombat;
|
|||
import mage.game.Game;
|
||||
import mage.game.Table;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.game.tournament.Tournament;
|
||||
import mage.target.Target;
|
||||
import mage.target.TargetAmount;
|
||||
import mage.target.TargetCard;
|
||||
|
|
@ -486,8 +487,8 @@ public class HumanPlayer extends PlayerImpl<HumanPlayer> {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void construct(Table table, Deck deck) {
|
||||
table.fireConstructEvent(playerId, deck);
|
||||
public void construct(Tournament tournament, Deck deck) {
|
||||
tournament.fireConstructEvent(playerId, deck);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue