Commit 6129e919 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c11800075.lua

parent dc2b17b8
Pipeline #31261 passed with stages
in 28 minutes and 25 seconds
......@@ -85,7 +85,7 @@ function s.cfilter(c)
return c:IsFaceup() and c:IsRace(RACE_MACHINE)
end
function s.recon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFieldGroup(tp,0,LOCATION_ONFIELD)>Duel.GetFieldGroup(tp,LOCATION_ONFIELD,0)
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.GetFieldGroupCount(tp,0,LOCATION_ONFIELD)>Duel.GetFieldGroupCount(tp,LOCATION_ONFIELD,0)
end
function s.retg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_ONFIELD,1,nil)
......
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