Commit 3e96b3a8 authored by 独孤朲's avatar 独孤朲

Update c42589641.lua

超量召唤被无效化而送去墓地的场合,不能发动
parent b6e4a413
...@@ -121,7 +121,7 @@ function c42589641.hdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -121,7 +121,7 @@ function c42589641.hdop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(sg,REASON_EFFECT) Duel.SendtoGrave(sg,REASON_EFFECT)
end end
function c42589641.spcon(e,tp,eg,ep,ev,re,r,rp) function c42589641.spcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetOverlayCount()>0 return e:GetHandler():GetOverlayCount()>0 and e:GetHandler():IsStatus(STATUS_PROC_COMPLETE)
end end
function c42589641.spfilter(c,e,tp) function c42589641.spfilter(c,e,tp)
return c:IsSetCard(0x9c) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x9c) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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