Buffed TopLists a bit
This commit is contained in:
parent
be0afb59c7
commit
0f1255f614
@ -86,6 +86,12 @@ def getTopListWheight(book, topList):
|
|||||||
minScope = min(minScope, scope)
|
minScope = min(minScope, scope)
|
||||||
if minScope == 100000:
|
if minScope == 100000:
|
||||||
raise Exception("You stupid?")
|
raise Exception("You stupid?")
|
||||||
|
if minScope == 10:
|
||||||
|
return 1
|
||||||
|
elif minScope == 25:
|
||||||
|
return 0.85
|
||||||
|
elif minScope == 100:
|
||||||
|
return 0.5
|
||||||
return minScope / 10
|
return minScope / 10
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user