momir indicator (non PSP)

green + can play a land, red + means you already played a land/ or cant
play a land anymore. also some minor fix
This commit is contained in:
Anthony Calosa
2017-02-28 17:32:01 +08:00
parent 5a3493c0c9
commit 1430cfd6b4
4 changed files with 32 additions and 4 deletions

View File

@@ -712,6 +712,8 @@ void GameObserver::gameStateBasedEffects()
for (int j = zone->nb_cards - 1; j >= 0; j--)
{
MTGCardInstance * card = zone->cards[j];
//lastcontroller zone update
card->lastController = players[i];
card->entersBattlefield = 0;
card->LKIpower = card->power;
card->LKItoughness = card->toughness;