Commit 885d39ca authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c18700276.lua

parent 6a51cad8
...@@ -88,3 +88,7 @@ function cm.sumop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,3 +88,7 @@ function cm.sumop2(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
end end
function cm.efilter(e,c,rp,r,re)
local tp=e:GetHandlerPlayer()
return c:IsAttribute(ATTRIBUTE_WIND) and c:IsControler(tp) and c:IsLocation(LOCATION_GRAVE) and re and r&REASON_EFFECT>0 and rp==1-tp
end
\ No newline at end of file
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