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

Replace c18700276.lua

parent 6a51cad8
......@@ -87,4 +87,8 @@ function cm.sumop2(e,tp,eg,ep,ev,re,r,rp)
e2:SetTarget(cm.efilter)
e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp)
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