forked from External/mage
Venture into abilities - added card hints about current dungeon and room (part of #12274);
This commit is contained in:
parent
e1ab0be505
commit
bf2c4cac15
43 changed files with 153 additions and 33 deletions
|
|
@ -88,7 +88,7 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
|
|||
|
||||
Dungeon getDungeon(UUID objectId);
|
||||
|
||||
Dungeon getPlayerDungeon(UUID objectId);
|
||||
Dungeon getPlayerDungeon(UUID playerId);
|
||||
|
||||
UUID getControllerId(UUID objectId);
|
||||
|
||||
|
|
@ -456,7 +456,12 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
|
|||
|
||||
Dungeon addDungeon(Dungeon dungeon, UUID playerId);
|
||||
|
||||
void ventureIntoDungeon(UUID playerId, boolean undercity);
|
||||
/**
|
||||
* Enter to dungeon or go to next room
|
||||
*
|
||||
* @param isEnterToUndercity - enter to Undercity instead choose a new dungeon
|
||||
*/
|
||||
void ventureIntoDungeon(UUID playerId, boolean isEnterToUndercity);
|
||||
|
||||
void temptWithTheRing(UUID playerId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue