Commit fa8ab43c authored by wind2009's avatar wind2009 Committed by nekrozar

Fix Sky Striker Mecha Modules - Multirole (#1249)

* Fix Sky Striker Mecha Modules - Multirole

Opposite's spell's activative will also make unable to chain.

* Update c24010609.lua

use ep instead of GetHandlerPlayer()

* format
parent c0459697
......@@ -61,8 +61,7 @@ function c24010609.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoGrave(tc,REASON_EFFECT)
end
function c24010609.actop(e,tp,eg,ep,ev,re,r,rp)
local rc=re:GetHandler()
if re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) then
if ep==tp and re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) then
Duel.SetChainLimit(c24010609.chainlm)
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