Commit cb2e84fa authored by Tachibana's avatar Tachibana

ybb

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