Reduce chance that shop_slot_shuffle produces empty slots, at the cost of cpu time.

This commit is contained in:
Fabian Dill
2021-03-26 13:23:17 +01:00
parent bbf56a5a69
commit 25f234dff0
2 changed files with 9 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ class Version(typing.NamedTuple):
micro: int
__version__ = "420.69.0"
__version__ = "4.1.2"
_version_tuple = tuplize_version(__version__)
import os