Commit 0a21cd0c authored by wind2009's avatar wind2009

Fix トリックスター・ディフュージョン

parent e5191421
Pipeline #25977 passed with stages
in 1 minute and 7 seconds
...@@ -50,7 +50,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -50,7 +50,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
local op=0 local op=0
if res and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_EXTRA,0,1,nil) then if res and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_EXTRA,0,1,nil) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT)
op=Duel.SelectOption(tp,aux.Stringid(id,2),aux.Stringid(8842266,3))+1 op=Duel.SelectOption(tp,aux.Stringid(id,2),aux.Stringid(id,3))+1
elseif res then elseif res then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EFFECT)
op=Duel.SelectOption(tp,aux.Stringid(id,2))+1 op=Duel.SelectOption(tp,aux.Stringid(id,2))+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