Commit 73fe1d0c authored by Vury Leo's avatar Vury Leo

fix 魂写しの同化

parent d5c42b2e
...@@ -2501,7 +2501,7 @@ function FusionSpell.GetSummonOperation( ...@@ -2501,7 +2501,7 @@ function FusionSpell.GetSummonOperation(
return function(e,tp,eg,ep,ev,re,r,rp) return function(e,tp,eg,ep,ev,re,r,rp)
local tc=nil local tc=nil
-- if gc is gone, terminate -- if gc is gone, terminate
if gc(e)==nil or gc(e):IsRelateToEffect(e) then if gc(e)==nil or gc(e):IsRelateToEffect(e) or e:GetHandler()~=gc(e) then
local fusion_targets=Group.CreateGroup() local fusion_targets=Group.CreateGroup()
local sg=Duel.GetMatchingGroup(function(c) local sg=Duel.GetMatchingGroup(function(c)
return FusionSpell.SummonTargetFilter( return FusionSpell.SummonTargetFilter(
......
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