Commit 8df93e8a authored by nanahira's avatar nanahira Committed by mercury233

fix G.B. Hunter (#883)

parent 58cd9e6f
...@@ -14,5 +14,5 @@ function c4130270.initial_effect(c) ...@@ -14,5 +14,5 @@ function c4130270.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c4130270.etarget(e,c) function c4130270.etarget(e,c)
return bit.band(c:GetOriginalType(),TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ)~=0 return bit.band(c:GetOriginalType(),TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_LINK)~=0
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