Commit 8648ab6b authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700550.lua

parent 0c214a9e
...@@ -77,7 +77,7 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,7 +77,7 @@ function s.damop(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(p,d,REASON_EFFECT) Duel.Damage(p,d,REASON_EFFECT)
end end
function s.filter(c,e,tp) function s.filter(c,e,tp)
return c:IsSetCard(9527) and c:IsRace(RACE_FIEND) and c:IsFaceupEx() return c:IsSetCard(0x9527) and c:IsRace(RACE_FIEND) and c:IsFaceupEx()
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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