Commit e1f50e28 authored by 未闻皂名's avatar 未闻皂名

2024/7/31 bug修复

parent 6eaba885
Pipeline #28804 passed with stages
in 7 minutes and 18 seconds
......@@ -19,7 +19,7 @@ end
function cm.filter(c,code)
return c:IsLevelBelow(8) and not c:IsCode(code)
end
function cm.costcheck(g,e)
function cm.costcheck(g,e,tp)
return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,0,1,g,e:GetHandler():GetCode())
end
cm.cost=RD.CostSendGraveSubToDeck(cm.costfilter,cm.costcheck,2,2)
......
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