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"]
change_distribution = (["--"] * 1) +\
(["-"] * 3) +\
(["+"] * 3) +\
(["-"] * 2) +\
(["+"] * 2) +\
(["++"] * 1)
multistat_distribution = ([1] * 7) +\
([2] * 6) +\
multistat_distribution = ([1] * 16) +\
([2] * 8) +\
([3] * 4) +\
([5] * 2) +\
([8] * 1)