Commit 300286f9 authored by salix5's avatar salix5

Merge pull request #1392 from DailyShana/patch-3

fix
parents b857b1da b00ebb4a
......@@ -55,7 +55,7 @@ function c12181376.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e3,tp)
end
function c12181376.aclimit(e,re,tp)
return re:IsActiveType(TYPE_TRAP)
return re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_TRAP)
end
function c12181376.distg(e,c)
return c:IsType(TYPE_TRAP)
......
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