Commit 53da7e95 authored by salix5's avatar salix5

Merge pull request #1418 from nekrozar/patch-1

fix Mist Valley Apex Avian
parents c636baea fe5c88f3
......@@ -33,7 +33,7 @@ function c29587993.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c29587993.disop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if not tc:IsRelateToEffect(e) then return end
if tc:IsFacedown() or not tc:IsRelateToEffect(e) then return end
Duel.SendtoHand(tc,nil,REASON_EFFECT)
if not tc:IsLocation(LOCATION_HAND) then return end
Duel.NegateActivation(ev)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment