Commit c10802d9 authored by wind2009's avatar wind2009

Fix Fleeting Flower of the Magician

parent ac8e4d65
Pipeline #40611 passed with stages
in 1 minute and 16 seconds
...@@ -45,10 +45,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,10 +45,10 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
local b2=Duel.IsExistingMatchingCard(aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE,0,1,nil) local b2=Duel.IsExistingMatchingCard(aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE,0,1,nil)
if not b1 and not b2 then return end if not b1 and not b2 then return end
local op=aux.SelectFromOptions(tp, local op=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,1)}, {b1,aux.Stringid(id,1),1},
{b2,aux.Stringid(id,2)}, {b2,aux.Stringid(id,2),2},
{true,aux.Stringid(id,3)}) {true,aux.Stringid(id,3),3})
if op~=2 then Duel.BreakEffect() end if op~=3 then Duel.BreakEffect() end
if op==1 then if op==1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.stfilter),tp,LOCATION_GRAVE,0,1,1,nil,tp) local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.stfilter),tp,LOCATION_GRAVE,0,1,1,nil,tp)
......
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