Commit 5bf61b1c authored by wind2009's avatar wind2009 Committed by GitHub

Fix 剣闘獣の檻-コロッセウム (#2787)

parent 7375b7ee
...@@ -41,7 +41,7 @@ function c52518793.atkval(e,c) ...@@ -41,7 +41,7 @@ function c52518793.atkval(e,c)
return e:GetHandler():GetCounter(0x7)*100 return e:GetHandler():GetCounter(0x7)*100
end end
function c52518793.cfilter(c,tp) function c52518793.cfilter(c,tp)
return c:IsPreviousLocation(LOCATION_DECK) return c:IsSummonLocation(LOCATION_DECK) and c:GetOriginalType()&TYPE_MONSTER~=0
end end
function c52518793.accon(e,tp,eg,ep,ev,re,r,rp) function c52518793.accon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c52518793.cfilter,1,nil,tp) return eg:IsExists(c52518793.cfilter,1,nil,tp)
......
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