Commit e2672686 authored by Vury Leo's avatar Vury Leo Committed by wind2009

fix 魂写しの同化

parent 16c08548
......@@ -2574,7 +2574,7 @@ function FusionSpell.GetSummonOperation(
return function(e,tp,eg,ep,ev,re,r,rp)
local tc=nil
-- 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 sg=Duel.GetMatchingGroup(function(c)
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