Commit 13de61a4 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:purerosefallen/ygopro-222DIY-cards

parents 85454c61 f1d6c047
......@@ -123,7 +123,7 @@ end
--
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)
and not bit.band(re:GetHandler():GetOriginalType(),TYPE_PENDULUM)~=0
and not (bit.band(re:GetHandler():GetOriginalType(),TYPE_MONSTER)~=0)
end
--
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