Commit 441e4904 authored by Tachibana's avatar Tachibana

eme

parent 0b626da2
Pipeline #8467 passed with stages
in 43 minutes and 48 seconds
......@@ -81,7 +81,7 @@ end
function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local lc=Duel.GetLocationCount(tp,LOCATION_MZONE)
if not (lc>0 and Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_GRAVE,0,1,nil,e,tp)) then return end
local g=Duel.GetMatchingGroup(cm.spfilter,tp,LOCATION_GRAVE,0,nil)
local g=Duel.GetMatchingGroup(cm.spfilter,tp,LOCATION_GRAVE,0,nil,e,tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
if lc>2 then lc=2 end
local g1=g:SelectSubGroup(tp,cm.check,false,1,lc)
......
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