Commit cb2e84fa authored by Tachibana's avatar Tachibana

ybb

parent 41320391
Pipeline #10255 passed with stages
in 27 minutes and 57 seconds
......@@ -86,6 +86,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
Duel.BreakEffect()
local g=Duel.GetMatchingGroup(cm.atkfilter1,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil,tc:GetAttack())
local tc1=g:GetFirst()
while tc1 do
if tc1:IsLocation(LOCATION_MZONE) and tc1:IsType(TYPE_EFFECT) then
Duel.NegateRelatedChain(tc1,RESET_TURN_SET)
......
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