forked from External/mage
Beginning of implementation of Planechase.
10 or so initial planes that (mostly) have been tested, no phenomenons as yet and no modifying yet of chaos rolls. Also no support for a user to be able to set if it is planechase (able to do so via the cheat button).
This commit is contained in:
parent
ecbe7e68a6
commit
e932c139d9
32 changed files with 2042 additions and 18 deletions
|
|
@ -49,6 +49,7 @@ import mage.counters.Counters;
|
|||
import mage.game.combat.Combat;
|
||||
import mage.game.command.Commander;
|
||||
import mage.game.command.Emblem;
|
||||
import mage.game.command.Plane;
|
||||
import mage.game.events.GameEvent;
|
||||
import mage.game.events.Listener;
|
||||
import mage.game.events.PlayerQueryEvent;
|
||||
|
|
@ -365,6 +366,8 @@ public interface Game extends MageItem, Serializable {
|
|||
|
||||
void addEmblem(Emblem emblem, MageObject sourceObject, UUID toPlayerId);
|
||||
|
||||
boolean addPlane(Plane plane, MageObject sourceObject, UUID toPlayerId);
|
||||
|
||||
void addCommander(Commander commander);
|
||||
|
||||
void addPermanent(Permanent permanent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue