Commit aa0468aa authored by DailyShana's avatar DailyShana

fix

parent 8ea6dc89
...@@ -31,8 +31,7 @@ function c38525760.initial_effect(c) ...@@ -31,8 +31,7 @@ function c38525760.initial_effect(c)
end end
function c38525760.ntcon(e,c,minc) function c38525760.ntcon(e,c,minc)
if c==nil then return true end if c==nil then return true end
local mi,ma=c:GetTributeRequirement() return minc==0 and c:GetLevel()>4 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
return minc==0 and mi>0 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
end end
function c38525760.ntop(e,tp,eg,ep,ev,re,r,rp,c) function c38525760.ntop(e,tp,eg,ep,ev,re,r,rp,c)
--change base attack --change base attack
......
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