Commit c6281a78 authored by wind2009's avatar wind2009

Fix 神書の使いラハムゥ

parent 25fa9538
Pipeline #42217 passed with stages
in 2 minutes and 59 seconds
......@@ -50,10 +50,10 @@ function s.initial_effect(c)
end
function s.ntcon(e,c,minc)
if c==nil then return true end
return minc==0 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
return minc==0 and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0 and e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
end
function s.nttg(e,c)
return c:IsLevelAbove(5) and e:GetHandler():IsSummonType(SUMMON_TYPE_LINK)
return c:IsLevelAbove(5)
end
function s.ntefilter(c)
return c:GetFlagEffect(id)==0 and c:IsHasEffect(id) and c:IsSummonType(SUMMON_TYPE_LINK)
......
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