Commit 16ce4895 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Magic Expansion (#480)

parent 12041f67
...@@ -80,7 +80,7 @@ function c111280.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,7 +80,7 @@ function c111280.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c111280.chainop(e,tp,eg,ep,ev,re,r,rp) function c111280.chainop(e,tp,eg,ep,ev,re,r,rp)
if re:IsHasType(EFFECT_TYPE_ACTIVATE) and ep~=tp then if re:IsActiveType(TYPE_SPELL+TYPE_TRAP) and ep==tp then
Duel.SetChainLimit(c111280.chainlm) Duel.SetChainLimit(c111280.chainlm)
end end
end 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