Commit 6285e376 authored by wind2009's avatar wind2009

Fix 三英の相劍師

parent f10f3c60
Pipeline #41779 passed with stages
in 1 minute and 39 seconds
...@@ -88,5 +88,5 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,5 +88,5 @@ function s.disop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.cfilter(c) function s.cfilter(c)
return c:IsSetCard(0x2d7) and c:IsType(TYPE_MONSTER) or c:IsCode(68468459) return c:IsSetCard(0x1d7) and c:IsType(TYPE_MONSTER) or c:IsCode(68468459)
end 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