Commit 9c5424d5 authored by mercury233's avatar mercury233 Committed by GitHub

fix 閃刀機-ウィドウアンカー

parent a61e84eb
......@@ -43,7 +43,7 @@ function c98338152.activate(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
if Duel.GetMatchingGroupCount(Card.IsType,tp,LOCATION_GRAVE,0,nil,TYPE_SPELL)>=3
and tc:IsDisabled() and tc:IsControler(1-tp) and tc:IsControlerCanBeChanged()
and not tc:IsImmuneToEffect(e) and tc:IsControler(1-tp) and tc:IsControlerCanBeChanged()
and Duel.SelectYesNo(tp,aux.Stringid(98338152,0)) then
Duel.BreakEffect()
Duel.GetControl(tc,tp,PHASE_END,1)
......
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