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

Replace c65700105.lua

parent dc0fe429
...@@ -126,7 +126,7 @@ function cm.filter(c) ...@@ -126,7 +126,7 @@ function cm.filter(c)
return (c:IsFaceup() and c:IsCanTurnSet()) or c:IsFacedown() return (c:IsFaceup() and c:IsCanTurnSet()) or c:IsFacedown()
end end
function cm.thfilter(c) 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 end
function cm.postg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) 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 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