Commit 408c8730 authored by POLYMER's avatar POLYMER

fix

parent 7c2a760c
No preview for this file type
...@@ -113,7 +113,7 @@ function cm.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -113,7 +113,7 @@ function cm.sumop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.cacon(e,tp,eg,ep,ev,re,r,rp) function cm.cacon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsPreviousPosition(POS_FACEDOWN) and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) return e:GetHandler():IsPreviousPosition(POS_FACEDOWN) and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD) and aux.bpcon()
end end
function cm.catg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.catg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
......
...@@ -62,8 +62,8 @@ end ...@@ -62,8 +62,8 @@ end
function c12825613.drop(e,tp,eg,ep,ev,re,r,rp) function c12825613.drop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Draw(p,d,REASON_EFFECT) if Duel.Draw(p,d,REASON_EFFECT)>0 and c:GetOwner()~=e:GetHandlerPlayer() then
if c:GetOwner()~=e:GetHandlerPlayer() then Duel.BreakEffect()
if Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 then if Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 then
Duel.GetControl(c,1-tp) Duel.GetControl(c,1-tp)
else else
......
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