Commit 2af09fdb authored by 聖園ミカ's avatar 聖園ミカ 🐟

54188

parent 5fd82c4c
Pipeline #30878 failed with stages
in 20 minutes
......@@ -22,7 +22,7 @@ function c50223175.initial_effect(c)
c:RegisterEffect(e2)
end
function c50223175.tgfilter(c,e,tp)
if not c:IsSetCard(0xcb1) or not c:IsReleasableByEffect() or not c:IsFaceup() then return false end
if not c:IsSetCard(0xcb1) or not c:IsReleasableByEffect() or not c:IsFaceup() or not c:IsLevelAbove(1) then return false end
local race=c:GetRace()
local attr=c:GetAttribute()
local level=c:GetLevel()
......@@ -42,7 +42,7 @@ function c50223175.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function c50223175.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local tgc=Duel.SelectMatchingCard(tp,c50223175.tgfilter,tp,LOCATION_MZONE,0,1,1,nil,e,tp):GetFirst()
if not tgc then return end
local race=tgc:GetRace()
......
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