Commit 62a2e0d4 authored by nekrozar's avatar nekrozar

fix

parent 8238d443
...@@ -57,7 +57,8 @@ function c75361204.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,8 @@ function c75361204.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c75361204.spcon(e,tp,eg,ep,ev,re,r,rp) function c75361204.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetEquipTarget() return e:GetHandler():GetEquipTarget() and Duel.GetTurnPlayer()==tp
and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
end end
function c75361204.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function c75361204.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToGraveAsCost() end if chk==0 then return e:GetHandler():IsAbleToGraveAsCost() 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