Shivers: Add collect behavior option. (#3854)

* Add collect behavior option.

* Add comma

Co-authored-by: Scipio Wright <scipiowright@gmail.com>

---------

Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
Kory Dondzila
2024-08-31 06:30:42 -05:00
committed by GitHub
parent 920cffda2d
commit 8ed466bf24
2 changed files with 18 additions and 1 deletions

View File

@@ -219,7 +219,8 @@ class ShiversWorld(World):
"ElevatorsStaySolved": self.options.elevators_stay_solved.value,
"EarlyBeth": self.options.early_beth.value,
"EarlyLightning": self.options.early_lightning.value,
"FrontDoorUsable": self.options.front_door_usable.value
"FrontDoorUsable": self.options.front_door_usable.value,
"PuzzleCollectBehavior": self.options.puzzle_collect_behavior.value,
}