Commit 38d02073 authored by wyykak's avatar wyykak

fix 13044

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 149199a4
......@@ -29,7 +29,7 @@ function c13044.initial_effect(c)
c:RegisterEffect(e3)
end
function c13044.condition(e,tp,eg,ep,ev,re,r,rp)
return not re:IsActiveType(TYPE_MONSTER) and not e:GetHandler():IsStatus(STATUS_CHAINING)
return not re:IsActiveType(TYPE_MONSTER) and not e:GetHandler():IsStatus(STATUS_CHAINING) and re:IsHasType(EFFECT_TYPE_ACTIVATE)
end
function c13044.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
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