Bug Fix on Cloning Tokens

This commit is contained in:
Anthony Calosa
2015-09-18 19:56:02 +08:00
parent bd89710478
commit 6cd0474eca
4 changed files with 21 additions and 7 deletions
+1
View File
@@ -2456,6 +2456,7 @@ public:
if(cda)
{//Characteristic-defining abilities
_target->cdaPT(wppt->power.getValue(),wppt->toughness.getValue());
_target->isCDA = true;
}
else
{
+1
View File
@@ -234,6 +234,7 @@ public:
void revertbaseP();
void revertbaseT();
void cdaPT(int p = 0, int t = 0);
bool isCDA;
void eventattacked();
void eventattackedAlone();