Commit 7935d71d authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix リィラップ c72233469.lua (#2345)

parent 294e4d1f
......@@ -20,7 +20,7 @@ function s.initial_effect(c)
c:RegisterEffect(e1)
end
function s.filter(c,tp)
return c:IsSummonLocation(LOCATION_GRAVE) and c:IsSummonPlayer(tp)
return c:IsSummonLocation(LOCATION_GRAVE) and c:IsSummonPlayer(tp) and c:GetOriginalType()&TYPE_MONSTER~=0
end
function s.lpcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.filter,1,nil,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