Commit 14192d81 authored by wyykak's avatar wyykak

fix 86379888

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent e6c0d254
......@@ -266,7 +266,7 @@ function c86379888.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,c86379888.filter,tp,LOCATION_GRAVE,LOCATION_GRAVE,1,1,nil,e,tp,tid)
if g:GetCount()>0 then
Duel.SpecialSummonStep(g,0,tp,tp,false,false,POS_FACEUP)
Duel.SpecialSummonStep(g:GetFirst(),0,tp,tp,false,false,POS_FACEUP)
end
end
sp=sp-1
......
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