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

fix 三位一択

parent 12788c6e
...@@ -8,8 +8,8 @@ function c73988674.initial_effect(c) ...@@ -8,8 +8,8 @@ function c73988674.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c73988674.target(e,tp,eg,ep,ev,re,r,rp,chk) function c73988674.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_EXTRA,0,nil) if chk==0 then return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_EXTRA,0,1,nil)
and Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_EXTRA,nil) end and Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_EXTRA,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CARDTYPE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CARDTYPE)
local op=Duel.SelectOption(tp,aux.Stringid(73988674,0),aux.Stringid(73988674,1),aux.Stringid(73988674,2)) local op=Duel.SelectOption(tp,aux.Stringid(73988674,0),aux.Stringid(73988674,1),aux.Stringid(73988674,2))
e:SetLabel(op) e:SetLabel(op)
......
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