Commit 78259c90 authored by Vury Leo's avatar Vury Leo

fix サイバー・ダーク・キメラ that opponent should be use monsters for fuison

parent 8fcb9a35
Pipeline #37145 failed with stages
in 1 minute and 3 seconds
......@@ -64,7 +64,9 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCountLimit(1)
e2:SetTarget(s.mttg)
e2:SetOperation(function() return FusionSpell.FUSION_OPERATION_BANISH end)
e2:SetValue(function(fusion_effect,c) return c and c:IsControler(fusion_effect:GetHandlerPlayer()) end)
--- @param fusion_effect Effect
--- 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)
Duel.RegisterEffect(e2,tp)
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