Commit c4a24929 authored by wind2009's avatar wind2009

Fix トリプル・ヴァレル・リボルブ

parent cd2b4cc4
Pipeline #43703 passed with stages
in 5 minutes and 12 seconds
......@@ -61,7 +61,7 @@ function s.spfilter(c,e,tp,code)
end
function s.activate(e,tp,eg,ep,ev,re,r,rp)
local sel=e:GetLabel()
if not Duel.IsExistingMatchingCard(aux.NecroValleyFilter(s.thfilter),tp,LOCATION_GRAVE,0,sel,nil) then return end
if not Duel.IsExistingMatchingCard(aux.NecroValleyFilter(s.tdfilter),tp,LOCATION_GRAVE,0,sel,nil) then return end
if sel==1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(s.tdfilter),tp,LOCATION_GRAVE,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