Commit 894bd0d9 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 2519c983
......@@ -48,7 +48,7 @@ function cm.bafilter(c,tp)
and Duel.IsExistingTarget(cm.bbfilter,tp,0,LOCATION_MZONE,1,c,c)
end
function cm.bbfilter(c,tc)
return c:IsCanBeBattleTarget(tc)
return c:IsCanBeBattleTarget(tc) and c:IsFaceup()
end
function cm.batg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false 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