[OTJ] Implement Fblthp, Lost on the Range (#12042)

This commit is contained in:
Susucre 2024-04-02 14:55:09 +02:00 committed by GitHub
parent feacb55caf
commit 4bbdc3c543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 302 additions and 14 deletions

View file

@ -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