mana producer for lands you/opponent could produce

reflecting pool, exotic orchard...
This commit is contained in:
Anthony Calosa
2015-11-08 18:18:33 +08:00
parent 3404eb708d
commit a22991758f
4 changed files with 196 additions and 44 deletions

View File

@@ -365,6 +365,8 @@ void CardGui::Render()
buff = "CT";
if(!card->isToken && card->isACopier)
buff = "C";
if(game && card->has(Constants::PAYZERO) && ((card->currentZone == card->controller()->game->hand) || (card->has(Constants::CANPLAYFROMGRAVEYARD) && card->currentZone == card->controller()->game->graveyard) || (card->has(Constants::CANPLAYFROMEXILE) && card->currentZone == card->controller()->game->exile)))
buff += "Z";
if(card->alias == 0000)
{
if(card->chooseacolor == 1)