From ea3fb96eeb8b0cb46a2c276c4a29915668d33ffe Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 18 Feb 2019 23:18:16 +0100 Subject: [PATCH] Change multistat distribution --- utils/cast.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/cast.py b/utils/cast.py index 77046061..9336506c 100644 --- a/utils/cast.py +++ b/utils/cast.py @@ -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)