Commit 11471501 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700706.lua

parent b29fd8d2
......@@ -26,7 +26,7 @@ function s.draw(c)
c:RegisterEffect(e3)
end
function s.opcfilter(c)
return c:IsFaceup() and c:IsRace(RACE_FIEND)
return c:IsFaceup() and c:IsRace(RACE_FIEND) and c:IsSetCard(0x3529)
end
function s.opcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.opcfilter,1,nil)
......
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