Fixed blinking (until EOT) of creature with X in cost

This commit is contained in:
pankdm
2013-09-26 14:17:39 +00:00
parent f10eb609d7
commit 3761684816
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -5025,6 +5025,7 @@ void ABlink::Update(float dt)
}
spell->source->power = spell->source->origpower;
spell->source->toughness = spell->source->origtoughness;
spell->source->X = 0;
if(!spell->source->hasSubtype(Subtypes::TYPE_AURA))
{
spell->resolve();