Commit 0e30482b authored by salix5's avatar salix5

Merge pull request #419 from Tianchenglipu/patch-3

Update c4130270.lua
parents 21fbfad5 7d6ec7a5
......@@ -14,5 +14,5 @@ function c4130270.initial_effect(c)
c:RegisterEffect(e2)
end
function c4130270.etarget(e,c)
return c:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ)
return bit.band(c:GetOriginalType(),TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ)~=0
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