Fixed issue with blinking creature that has X in cost

This commit is contained in:
pankdm
2013-09-23 20:27:52 +00:00
parent 36cfe84445
commit 00ebc8c8eb
3 changed files with 34 additions and 0 deletions

View File

@@ -5123,6 +5123,7 @@ void ABlink::resolveBlink()
}
spell->source->power = spell->source->origpower;
spell->source->toughness = spell->source->origtoughness;
spell->source->X = 0;
spell->resolve();
if(stored)
{