Fixed blinking (until EOT) of creature with X in cost
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user