Commit 50cefdf9 authored by salix5's avatar salix5

Merge pull request #47 from nekrozar/patch-1

fix Raidraptor - Mimicry Lanius
parents f369a242 a1d9ff87
...@@ -57,7 +57,7 @@ function c96345188.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,7 @@ function c96345188.lvop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c96345188.thcon(e,tp,eg,ep,ev,re,r,rp) function c96345188.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetTurnID()==Duel.GetTurnCount() return e:GetHandler():GetTurnID()==Duel.GetTurnCount() and not e:GetHandler():IsReason(REASON_RETURN)
end end
function c96345188.thcost(e,tp,eg,ep,ev,re,r,rp,chk) function c96345188.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost() end if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost() end
......
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