Commit 0777b49f authored by 未闻皂名's avatar 未闻皂名

2023/7/24 bug修复

parent ddf82d3e
Pipeline #22770 passed with stages
in 7 minutes and 40 seconds
......@@ -21,7 +21,7 @@ function cm.costfilter(c)
end
end
function cm.costcheck(g)
return g:FilterCount(Card.IsLocation,1,nil,LOCATION_HAND)==1
return g:FilterCount(Card.IsLocation,nil,LOCATION_HAND)==1
end
function cm.spfilter(c,e,tp)
return c:IsLevelAbove(7) and c:IsRace(RACE_REPTILE) and RD.IsCanBeSpecialSummoned(c,e,tp,POS_FACEUP)
......
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