Fix for old pot shuffle
Fix for mystery startinventory Update mystery example
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user