Commit 15084f81 authored by mercury233's avatar mercury233 Committed by GitHub

fix 転生炎獣の降臨

parent bbb94f76
...@@ -51,7 +51,9 @@ function c38784726.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,9 @@ function c38784726.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=tg:GetFirst() local tc=tg:GetFirst()
if tc then if tc then
mg=mg:Filter(Card.IsCanBeRitualMaterial,tc,tc) mg=mg:Filter(Card.IsCanBeRitualMaterial,tc,tc)
if mg2 then
mg:Merge(mg2) mg:Merge(mg2)
end
if tc.mat_filter then if tc.mat_filter then
mg=mg:Filter(tc.mat_filter,tc,tp) mg=mg:Filter(tc.mat_filter,tc,tp)
else else
......
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