forked from External/mage
Revert "Merge branch 'planeswalkerErrata' into master"
This reverts commit95d2721421, reversing changes made tofc4986a589.
This commit is contained in:
parent
95d2721421
commit
f10b62f3da
754 changed files with 3051 additions and 3085 deletions
|
|
@ -132,8 +132,6 @@ public interface Game extends MageItem, Serializable {
|
|||
|
||||
Player getPlayer(UUID playerId);
|
||||
|
||||
Player getPlayerOrPlaneswalkerController(UUID playerId);
|
||||
|
||||
Players getPlayers();
|
||||
|
||||
PlayerList getPlayerList();
|
||||
|
|
@ -471,8 +469,4 @@ public interface Game extends MageItem, Serializable {
|
|||
UUID getMonarchId();
|
||||
|
||||
void setMonarchId(Ability source, UUID monarchId);
|
||||
|
||||
int damagePlayerOrPlaneswalker(UUID playerOrWalker, int damage, UUID sourceId, Game game, boolean combatDamage, boolean preventable);
|
||||
|
||||
int damagePlayerOrPlaneswalker(UUID playerOrWalker, int damage, UUID sourceId, Game game, boolean combatDamage, boolean preventable, List<UUID> appliedEffects);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue