Commit 63ac23d1 authored by nanahira's avatar nanahira

fix

parent 665fd585
...@@ -72,8 +72,7 @@ function cm.op3(e,tp,eg,ep,ev,re,r,rp) ...@@ -72,8 +72,7 @@ function cm.op3(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.repfilter(c,e) function cm.repfilter(c,e)
return c:IsFaceup() return c:IsDestructable(e) and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED)
and c:IsDestructable(e) and not c:IsStatus(STATUS_DESTROY_CONFIRMED+STATUS_BATTLE_DESTROYED)
end end
function cm.desreptg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.desreptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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