Commit 157c11dc authored by nanahira's avatar nanahira

only monsters can be spsummoned

parent e0695de2
......@@ -276,7 +276,7 @@ function Auxiliary.PreloadUds()
Duel.SpecialSummon(g,0,tp,tp,true,true,POS_FACEUP+POS_FACEDOWN)
end
end)
grantAll(e1,nil,loc)
grantAll(e1,function(c) return c:IsType(TYPE_MONSTER) 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