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

Replace c65700105.lua

parent dc0fe429
Pipeline #30886 failed with stages
in 2 minutes and 18 seconds
......@@ -126,7 +126,7 @@ function cm.filter(c)
return (c:IsFaceup() and c:IsCanTurnSet()) or c:IsFacedown()
end
function cm.thfilter(c)
return c:IsRace(RACE_MACHINE) and c:IsAbleToHand()
return c:IsRace(RACE_MACHINE) and c:IsLevel(1) and c:IsAbleToHand()
end
function cm.postg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingTarget(cm.filter,tp,LOCATION_MZONE,0,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