Erwan
- Moved "extraPayment" cancel verification into ActionLayer (was in GuiLayers) - added "HUDDisplay" MTGAbility (displays damage/graveyard info) - Added option to NOT interrupt own's spells and abilities. Allows smoother gameplay. We should add a "quick options" menu ingame to change those options on the fly
This commit is contained in:
@@ -25,6 +25,12 @@ Player::~Player(){
|
||||
if (mAvatar) delete mAvatar;
|
||||
}
|
||||
|
||||
const char * Player::getDisplayName(){
|
||||
GameObserver * g = GameObserver::GetInstance();
|
||||
if (this == g->players[0]) return "Player 1";
|
||||
return "Player 2";
|
||||
}
|
||||
|
||||
MTGInPlay * Player::inPlay(){
|
||||
return game->inPlay;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user