Commit 08243d07 authored by mercury233's avatar mercury233 Committed by GitHub

fix 宝玉神覚醒

parent fe15f125
...@@ -86,7 +86,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -86,7 +86,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
if tc and tc:IsAbleToHand() and (not tc:IsAbleToGrave() or Duel.SelectOption(tp,1190,1191)==0) then if tc and tc:IsAbleToHand() and (not tc:IsAbleToGrave() or Duel.SelectOption(tp,1190,1191)==0) then
res=Duel.SendtoHand(tc,nil,REASON_EFFECT) res=Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
else elseif tc then
res=Duel.SendtoGrave(tc,REASON_EFFECT) res=Duel.SendtoGrave(tc,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