Commit 9ae5617c authored by Tachibana's avatar Tachibana

ybb

parent ea33d6f9
Pipeline #10510 passed with stages
in 24 minutes and 40 seconds
......@@ -44,7 +44,7 @@ function cm.val(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE+LOCATION_MZONE,LOCATION_GRAVE+LOCATION_MZONE,e:GetHandler())*1000
end
function cm.aclimit(e,re,tp)
return (re:GetHandler():GetOriginalAttribute()&ATTRIBUTE_WATER~=0 or re:GetHandler():GetOriginalAttribute()&ATTRIBUTE_LIGHT) and re:IsActiveType(TYPE_MONSTER)
return (re:GetHandler():GetOriginalAttribute()&ATTRIBUTE_WATER~=0 or re:GetHandler():GetOriginalAttribute()&ATTRIBUTE_LIGHT~=0) and re:IsActiveType(TYPE_MONSTER)
end
function cm.chcon(e,tp,eg,ep,ev,re,r,rp)
return re:IsActiveType(TYPE_MONSTER) and rp==1-tp and re:GetHandler():IsAttribute(ATTRIBUTE_DARK)
......
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