Beemizer stuff

This commit is contained in:
aerinon
2021-06-02 11:15:22 -06:00
parent 46ccfedcdc
commit 63d49c5775
9 changed files with 39 additions and 9 deletions

View File

@@ -209,7 +209,7 @@ def roll_settings(weights):
ret.shufflepots = get_choice('pot_shuffle') == 'on'
ret.beemizer = int(get_choice('beemizer')) if 'beemizer' in weights else 0
ret.beemizer = get_choice('beemizer') if 'beemizer' in weights else '0'
inventoryweights = weights.get('startinventory', {})
startitems = []