Commit 81aefeeb authored by nanahira's avatar nanahira

fix

parent 6311a2c8
......@@ -276,7 +276,7 @@ function Auxiliary.PreloadUds()
Duel.SpecialSummon(g,0,tp,tp,true,true,POS_FACEUP+POS_FACEDOWN)
end
end)
grantAll(e1,function(e,c) return c:IsType(TYPE_MONSTER) end,loc)
grantAll(e1,function(e,c) return c:IsType(TYPE_MONSTER) or (c:GetOriginalType()&TYPE_MONSTER)>0 end,loc)
local loc=LOCATION_HAND+LOCATION_MZONE
local e1=fieldEffect(loc)
e1:SetDescription(1159)
......
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