Commit 5795fef0 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Evil HERO Malicious Edge (#791)

parent 36daa032
......@@ -18,7 +18,8 @@ function c58554959.initial_effect(c)
end
function c58554959.otcon(e,c,minc)
if c==nil then return true end
return c:GetLevel()>6 and minc<=1 and Duel.CheckTribute(c,1)
return Duel.GetFieldGroupCount(c:GetControler(),0,LOCATION_MZONE)>0
and c:GetLevel()>6 and minc<=1 and Duel.CheckTribute(c,1)
end
function c58554959.otop(e,tp,eg,ep,ev,re,r,rp,c)
local sg=Duel.SelectTribute(tp,c,1,1)
......
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