Commit d505d920 authored by wyykak's avatar wyykak

fix 86379848

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent fdf1d2c5
Pipeline #21324 passed with stage
in 53 seconds
......@@ -120,7 +120,7 @@ function c86379848.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c86379848.costfilter,tp,LOCATION_GRAVE,0,3,e:GetHandler()) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local g=Duel.SelectMatchingCard(tp,c86379848.costfilter,tp,LOCATION_GRAVE,0,3,3,e:GetHandler())
Duel.Remove(g,REASON_COST)
Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function c86379848.stg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 end
......
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