Implement "start_hints" option

This commit is contained in:
Fabian Dill
2021-05-13 02:35:50 +02:00
parent c4ea879651
commit 681279cb2b
3 changed files with 7 additions and 0 deletions

View File

@@ -541,6 +541,8 @@ def roll_settings(weights: dict, plando_options: typing.Set[str] = frozenset(("b
elif itemvalue:
startitems.append(item)
ret.startinventory = startitems
ret.start_hints = set(weights.get('start_hints', []))
if ret.game == "A Link to the Past":
roll_alttp_settings(ret, weights, plando_options)