Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
korydondzila and ScipioWright authored Aug 30, 2024
1 parent f7bce32 commit 2e87be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/shivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def fill_slot_data(self) -> dict:
"EarlyBeth": self.options.early_beth.value,
"EarlyLightning": self.options.early_lightning.value,
"FrontDoorUsable": self.options.front_door_usable.value,
"PuzzleCollectBehavior": self.options.puzzle_collect_behavior.value
"PuzzleCollectBehavior": self.options.puzzle_collect_behavior.value,
}


Expand Down

0 comments on commit 2e87be9

Please sign in to comment.