Copied Morphed card

This commit is contained in:
Anthony Calosa
2015-10-16 18:50:05 +08:00
parent 5ede956e7f
commit f4bdfa43ca
2 changed files with 19 additions and 13 deletions

View File

@@ -292,7 +292,7 @@ void CardGui::Render()
}
JQuadPtr mor;
if(card->isMorphed && !alternate)
if((card->isMorphed||(card->name == "Morph" && card->isACopier)) && !alternate)
{
mor = card->getObserver()->getResourceManager()->RetrieveTempQuad("morph.jpg");
if (mor && mor->mTex) {