forked from External/mage
[OTJ] Implement Fblthp, Lost on the Range (#12042)
This commit is contained in:
parent
feacb55caf
commit
4bbdc3c543
7 changed files with 302 additions and 14 deletions
|
|
@ -195,6 +195,10 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
boolean canPlayCardsFromGraveyard();
|
||||
|
||||
void setPlotFromTopOfLibrary(boolean canPlotFromTopOfLibrary);
|
||||
|
||||
boolean canPlotFromTopOfLibrary();
|
||||
|
||||
void setDrawsOnOpponentsTurn(boolean drawsOnOpponentsTurn);
|
||||
|
||||
boolean isDrawsOnOpponentsTurn();
|
||||
|
|
@ -363,6 +367,7 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
|
||||
/**
|
||||
* Return player's turn control to prev player
|
||||
*
|
||||
* @param value
|
||||
* @param fullRestore return turn control to own
|
||||
*/
|
||||
|
|
@ -988,7 +993,7 @@ public interface Player extends MageItem, Copyable<Player> {
|
|||
* @param source
|
||||
* @param game
|
||||
* @param fromZone
|
||||
* @param withName for face down: used to hide card name in game logs before real face down status apply
|
||||
* @param withName for face down: used to hide card name in game logs before real face down status apply
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue