Fix for old pot shuffle

Fix for mystery startinventory
Update mystery example
This commit is contained in:
aerinon
2022-02-25 13:18:37 -07:00
parent 78442ab41a
commit 0b64b15e9e
5 changed files with 20 additions and 9 deletions

View File

@@ -257,6 +257,8 @@ def roll_settings(weights):
if get_choice(item, inventoryweights) == 'on':
startitems.append(item)
ret.startinventory = ','.join(startitems)
if len(startitems) > 0:
ret.usestartinventory = True
if 'rom' in weights:
romweights = weights['rom']