Commit 03a97883 authored by wind2009's avatar wind2009

Fix 剣闘獣の闘技場-フラヴィス

parent b84b3d90
...@@ -50,7 +50,7 @@ function s.initial_effect(c) ...@@ -50,7 +50,7 @@ function s.initial_effect(c)
end end
end end
function s.chkfilter(c,tp) function s.chkfilter(c,tp)
return c:GetOwner()==tp and c:IsSummonLocation(LOCATION_DECK) return c:GetOwner()==tp and c:IsSummonLocation(LOCATION_DECK) and c:IsSetCard(0x1019)
end end
function s.chk(e,tp,eg,ep,ev,re,r,rp) function s.chk(e,tp,eg,ep,ev,re,r,rp)
for p=0,1 do for p=0,1 do
......
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