Commit 8208f6ef authored by Vury Leo's avatar Vury Leo

revert

parent 78259c90
Pipeline #37146 failed with stages
in 1 minute and 14 seconds
...@@ -64,9 +64,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,9 +64,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCountLimit(1) e2:SetCountLimit(1)
e2:SetTarget(s.mttg) e2:SetTarget(s.mttg)
e2:SetOperation(function() return FusionSpell.FUSION_OPERATION_BANISH end) e2:SetOperation(function() return FusionSpell.FUSION_OPERATION_BANISH end)
--- @param fusion_effect Effect e2:SetValue(function(fusion_effect,c) return c and c:IsControler(fusion_effect:GetHandlerPlayer()) end)
--- this limitation is only valid when tp uses fusion
e2:SetValue(function(fusion_effect,c) return fusion_effect:GetHandlerPlayer()==tp end)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e2,tp) Duel.RegisterEffect(e2,tp)
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