Commit 77581b43 authored by Amiya's avatar Amiya

1205新卡修复

parent 3aad64b4
...@@ -69,7 +69,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,7 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
e3:SetReset(RESET_EVENT+RESETS_STANDARD) e3:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e3) tc:RegisterEffect(e3)
end end
if tc:GetBattledGroupCount()>0 and not tc:IsType(TYPE_TRAP) and c:IsControlerCanBeChanged() and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then if tc:GetBattledGroupCount()>0 and not tc:IsType(TYPE_TRAP) and tc:IsControlerCanBeChanged() and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.GetControl(tc,tp,PHASE_END,1) Duel.GetControl(tc,tp,PHASE_END,1)
end end
......
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