Fix Blink

This commit is contained in:
Anthony Calosa
2017-08-05 18:15:13 +08:00
parent 28f6b73da6
commit b5c8656ac9

View File

@@ -7733,11 +7733,14 @@ void ABlink::resolveBlink()
this->forceDestroy = 1;
return;
}
if (_target && _target->next)
_target = _target->next;
_target->blinked = true;
Blinked = _target;
if(source->isPermanent()&&!source->isInPlay(game))
{
Blinked->blinked = false;
}
if (!blinkueot && !blinkForSource)
{
returnCardIntoPlay(_target);