Commit b0675727 authored by wind2009's avatar wind2009

Merge branch 'new-fusion-fix-Nephe-Shaddoll-Fusion' into 'master'

fix 魂写しの同化

See merge request !58
parents d5c42b2e 73fe1d0c
...@@ -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