i split storedCard and storedSourceCard and forgot that if we dont have a storedCard we should make it use storedSourceCard in WParsedInt
This commit is contained in:
@@ -57,6 +57,8 @@ private:
|
|||||||
if(!card)
|
if(!card)
|
||||||
return;
|
return;
|
||||||
MTGCardInstance * target = card->target;
|
MTGCardInstance * target = card->target;
|
||||||
|
if(!card->storedCard)
|
||||||
|
card->storedCard = card->storedSourceCard;
|
||||||
intValue = 0;
|
intValue = 0;
|
||||||
bool halfup = false;
|
bool halfup = false;
|
||||||
bool halfdown = false;
|
bool halfdown = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user