Commit 8db70dc7 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c62624575.lua

parent f764fba1
Pipeline #31023 passed with stages
in 39 minutes
...@@ -65,7 +65,7 @@ function c62624575.splimit(e,c) ...@@ -65,7 +65,7 @@ function c62624575.splimit(e,c)
end end
function c62624575.filter(c,e,tp) function c62624575.filter(c,e,tp)
return c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and (c:IsRace(RACE_BEAST) or c:IsSetCard(0x6d0)) and ((c:IsRace(RACE_BEAST) and c:IsType(TYPE_NORMAL)) or c:IsSetCard(0x6d0))
end end
function c62624575.sptg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c62624575.sptg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c62624575.filter(chkc,e,tp) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and c62624575.filter(chkc,e,tp) 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