Commit b00ebb4a authored by DailyShana's avatar DailyShana

fix

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