Commit f8bb1d08 authored by mercury233's avatar mercury233 Committed by GitHub

fix ヴァレル・レフリジェレーション

parent 4d18e52c
...@@ -12,7 +12,7 @@ function c62753201.initial_effect(c) ...@@ -12,7 +12,7 @@ function c62753201.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c62753201.cfilter(c) function c62753201.cfilter(c)
return c:IsLevelBelow(3) and c:IsSetCard(0x102) return c:IsSetCard(0x102)
end end
function c62753201.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c62753201.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.CheckReleaseGroup(tp,c62753201.cfilter,1,nil) end if chk==0 then return Duel.CheckReleaseGroup(tp,c62753201.cfilter,1,nil) 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