Commit 651e02c4 authored by wind2009's avatar wind2009

Fix 聖秘なる竜騎士

parent 89350c07
Pipeline #34774 passed with stages
in 1 minute and 51 seconds
......@@ -71,7 +71,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if #g==0 or Duel.GetLocationCount(tp,LOCATION_MZONE)==0 then return end
local sg=g:Filter(aux.NecroValleyFilter(Card.IsCanBeSpecialSummoned),nil,e,0,tp,false,false)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sc=sg:Select(tp,1,1):GetFirst()
local sc=sg:Select(tp,1,1,nil):GetFirst()
if not sc then return end
if Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)>0 then
g:RemoveCard(sc)
......
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