Commit bd381ee4 authored by mercury233's avatar mercury233 Committed by GitHub

fix ゴッド・ハンド・クラッシャー (#1671)

parent d4d15ba1
...@@ -66,6 +66,7 @@ function c79868386.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -66,6 +66,7 @@ function c79868386.activate(e,tp,eg,ep,ev,re,r,rp)
if #sg>0 and Duel.GetTurnPlayer()==tp if #sg>0 and Duel.GetTurnPlayer()==tp
and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2) and (Duel.GetCurrentPhase()==PHASE_MAIN1 or Duel.GetCurrentPhase()==PHASE_MAIN2)
and Duel.SelectYesNo(tp,aux.Stringid(79868386,0)) then and Duel.SelectYesNo(tp,aux.Stringid(79868386,0)) then
Duel.BreakEffect()
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(sg,REASON_EFFECT)
end end
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