1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Change multistat distribution

This commit is contained in:
Steffo 2019-02-18 23:18:16 +01:00
parent 6f7b192a7e
commit ea3fb96eeb

View file

@ -108,12 +108,12 @@ class StatsComponent:
"Determinazione"] "Determinazione"]
change_distribution = (["--"] * 1) +\ change_distribution = (["--"] * 1) +\
(["-"] * 3) +\ (["-"] * 2) +\
(["+"] * 3) +\ (["+"] * 2) +\
(["++"] * 1) (["++"] * 1)
multistat_distribution = ([1] * 7) +\ multistat_distribution = ([1] * 16) +\
([2] * 6) +\ ([2] * 8) +\
([3] * 4) +\ ([3] * 4) +\
([5] * 2) +\ ([5] * 2) +\
([8] * 1) ([8] * 1)