Commit 0f9681ad authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent f0473045
...@@ -83,7 +83,7 @@ end ...@@ -83,7 +83,7 @@ end
function c6556178.drcon(e,tp,eg,ep,ev,re,r,rp) function c6556178.drcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local ec=c:GetPreviousEquipTarget() local ec=c:GetPreviousEquipTarget()
return c:IsReason(REASON_LOST_TARGET) and ec:IsReason(REASON_DESTROY) return ec and c:IsReason(REASON_LOST_TARGET) and ec:IsReason(REASON_DESTROY)
end end
function c6556178.drtg(e,tp,eg,ep,ev,re,r,rp,chk) function c6556178.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end if chk==0 then return Duel.IsPlayerCanDraw(tp,1) 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