Commit 26895e0c authored by wind2009's avatar wind2009

Fix 天上天下百鬼羅刹

parent c0db8ab5
--天天下百鬼羅刹 --天天下百鬼羅刹
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--summon with no tribute --summon with no tribute
...@@ -84,6 +84,7 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,6 +84,7 @@ function s.mtop(e,tp,eg,ep,ev,re,r,rp)
if og:GetCount()>0 then if og:GetCount()>0 then
Duel.SendtoGrave(og,REASON_RULE) Duel.SendtoGrave(og,REASON_RULE)
end end
tc:CancelToGrave()
Duel.Overlay(g:GetFirst(),Group.FromCards(tc)) Duel.Overlay(g:GetFirst(),Group.FromCards(tc))
end end
end end
\ No newline at end of file
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