Commit c1f3f3a2 authored by POLYMER's avatar POLYMER

fix

parent a7b28a3f
...@@ -84,7 +84,7 @@ function cm.negop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,7 +84,7 @@ function cm.negop(e,tp,eg,ep,ev,re,r,rp)
end end
--special summon --special summon
function cm.tkfilter(c) function cm.tkfilter(c)
return c:IsPreviousLocation(LOCATION_ONFIELD) and c:IsReason(REASON_BATTLE+REASON_EFFECT) return c:IsPreviousLocation(LOCATION_ONFIELD) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and not eg:IsContains(e:GetHandler())
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return ev==tp or ev==PLAYER_ALL return ev==tp or ev==PLAYER_ALL
......
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