Commit f1d6c047 authored by 2924713558's avatar 2924713558 Committed by GitHub

Add files via upload

parent 7246385a
...@@ -123,7 +123,7 @@ end ...@@ -123,7 +123,7 @@ end
-- --
function c1156015.con2(e,tp,eg,ep,ev,re,r,rp) function c1156015.con2(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE) return ep==1-tp and re:IsActiveType(TYPE_SPELL) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
and not bit.band(re:GetHandler():GetOriginalType(),TYPE_PENDULUM)~=0 and not (bit.band(re:GetHandler():GetOriginalType(),TYPE_MONSTER)~=0)
end end
-- --
function c1156015.tg2(e,tp,eg,ep,ev,re,r,rp,chk) function c1156015.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
......
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