Commit bc2ca3ad authored by wind2009's avatar wind2009

Fix マルチャミー・ニャルス

parent e19346c6
......@@ -76,7 +76,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp)
end
function s.filter(c,sp)
return c:IsSummonPlayer(sp) and c:IsSummonLocation(LOCATION_GRAVE+LOCATION_REMOVED)
and c:GetOriginalType()&TYPE_MONSTER>0
and c:GetOriginalType()&TYPE_MONSTER~=0
end
function s.drcon1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.filter,1,nil,1-tp)
......
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