Commit ac5510e0 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent c755bd4c
Pipeline #30148 passed with stages
in 40 minutes and 59 seconds
......@@ -53,7 +53,7 @@ function c71400032.cost2(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c71400032.tg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c71400032.filter2(chkc) end
if chk==0 then return true end
if chk==0 then return Duel.IsExistingTarget(c71400032.filter2,tp,LOCATION_MZONE,LOCATION_MZONE,1,nil) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISABLE)
local g=Duel.SelectTarget(tp,c71400032.filter2,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,g,1,0,0)
......@@ -84,7 +84,7 @@ function c71400032.op2(e,tp,eg,ep,ev,re,r,rp)
end
end
function c71400032.filter2(c)
return c:IsRace(RACE_PLANT) and aux.NegateMonsterFilter(c)
return c:IsRace(RACE_PLANT) and c:IsFaceup()
end
function c71400032.filter2a(c)
return c:IsSetCard(0xd714) and c:IsAbleToHand()
......
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