Commit b9a20ef6 authored by Tachibana's avatar Tachibana

eme

parent 6d274f81
Pipeline #9205 passed with stages
in 28 minutes and 6 seconds
No preview for this file type
......@@ -35,7 +35,7 @@ function cm.act(e,tp)
if op==1 then
if rsop.SelectToHand(tp,aux.NecroValleyFilter(cm.thfilter1),tp,rsloc.dg,0,1,1,nil,{})>0 then
--VHisc Repairing 2021/10/12
if Duel.IsExistingMatchingCard(c64831511.sumfilter,tp,LOCATION_HAND,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(64831511,2)) then
if Duel.IsExistingMatchingCard(c64831511.sumfilter,tp,LOCATION_HAND,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(64831511,3)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SUMMON)
local sg=Duel.SelectMatchingCard(tp,c64831511.sumfilter,tp,LOCATION_HAND,0,1,1,nil)
if sg:GetCount()>0 then
......@@ -45,15 +45,14 @@ function cm.act(e,tp)
--------------------
end
elseif op==2 then
if rsop.SelectToHand(tp,aux.NecroValleyFilter(cm.thfilter1),tp,LOCATION_GRAVE,0,1,1,nil,{})>0
if rsop.SelectToHand(tp,aux.NecroValleyFilter(cm.thfilter2),tp,LOCATION_GRAVE,0,1,1,nil,{})>0
--VHisc Repairing 2021/11/6
and Duel.IsExistingMatchingCard(c64831511.sumfilter2,tp,LOCATION_HAND,0,1,nil)
and Duel.SelectYesNo(tp,aux.Stringid(64831511,2))
and Duel.SelectYesNo(tp,aux.Stringid(64831511,3))
--------------------
then
--old version:
--rsva.Summon(tp,true,true,rsva.filter_al)
--------------------
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SUMMON)
local sg=Duel.SelectMatchingCard(tp,c64831511.sumfilter2,tp,LOCATION_HAND,0,1,1,nil)
......
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