Commit 6040796e authored by GuGu's avatar GuGu

Update c4114107.lua

parent f9748348
Pipeline #39083 passed with stage
in 9 seconds
......@@ -26,7 +26,7 @@ function c4114107.initial_effect(c)
]]
end
function c4114107.mfilter(c)
return c:IsLevelBelow(3) and c:IsRace(RACE_FAIRY)
return c:IsLevelBelow(3) and c:IsRace(RACE_FAIRY) and c:GetLevel()>0
end
function c4114107.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_SZONE)>0
......
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