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

fix ヴァルモニカ・ヴェルサーレ

close #2317
parent e2a4374e
......@@ -19,7 +19,9 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp,op)
op=aux.SelectFromOptions(p,{true,aux.Stringid(id,1)},{true,aux.Stringid(id,2)})
end
if op==1 then
if Duel.Recover(tp,500,REASON_EFFECT)<1 or not Duel.SelectYesNo(tp,aux.Stringid(id,3)) then return end
if Duel.Recover(tp,500,REASON_EFFECT)<1
or not Duel.IsExistingMatchingCard(Card.IsAbleToHand,tp,LOCATION_DECK,0,1,nil)
or not Duel.SelectYesNo(tp,aux.Stringid(id,3)) then return end
local g=Duel.GetMatchingGroup(Card.IsSetCard,tp,LOCATION_DECK,0,nil,0x1a3)
local dct=Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)
local seq=-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