Commit 30cadf83 authored by wind2009's avatar wind2009

Fix 原石の穿光

parent e2e4b605
......@@ -44,7 +44,8 @@ function s.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function s.confilter(c)
return not c:IsType(TYPE_TOKEN) and (c:IsType(TYPE_NORMAL) or (c:IsSetCard(0x2b9) and c:IsLevelAbove(5)))
return c:IsFaceup() and not c:IsType(TYPE_TOKEN)
and (c:IsType(TYPE_NORMAL) or c:IsSetCard(0x2b9) and c:IsLevelAbove(5))
end
function s.con(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetMatchingGroupCount(s.confilter,tp,LOCATION_MZONE,0,nil)>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