Commit 7cb86bbc authored by mercury233's avatar mercury233 Committed by GitHub

fix 魔界劇場「ファンタスティックシアター」

parent 7d9664f0
...@@ -60,7 +60,7 @@ function c77297908.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,7 +60,7 @@ function c77297908.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c77297908.confilter(c) function c77297908.confilter(c)
return c:IsFaceup() and c:IsSetCard(0x10ec) and c:IsSummonType(SUMMON_TYPE_PENDULUM) return c:IsFaceup() and c:IsSetCard(0x10ec) and c:IsSummonType(SUMMON_TYPE_PENDULUM) and c:IsType(TYPE_PENDULUM)
end end
function c77297908.chcon(e,tp,eg,ep,ev,re,r,rp) function c77297908.chcon(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and re:IsActiveType(TYPE_MONSTER) return ep==1-tp and re:IsActiveType(TYPE_MONSTER)
......
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