Commit dd976dca authored by mallu11's avatar mallu11 Committed by mercury233

fix 幻創龍ファンタズメイ (#1242)

parent 8352a409
...@@ -49,8 +49,11 @@ function c78661338.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -49,8 +49,11 @@ function c78661338.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleHand(tp) Duel.ShuffleHand(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,LOCATION_HAND,0,ct,ct,nil) local g=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,LOCATION_HAND,0,ct,ct,nil)
if g:GetCount()>0 then
Duel.BreakEffect()
Duel.SendtoDeck(g,nil,2,REASON_EFFECT) Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
end end
end
end end
function c78661338.tfilter(c,tp) function c78661338.tfilter(c,tp)
return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp)
......
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