Skip to content

Commit

Permalink
Add missing .value on slot data
Browse files Browse the repository at this point in the history
Add missing .value on slot data
  • Loading branch information
GodlFire committed Jul 21, 2024
1 parent 11f6d04 commit 049805f
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 @@ -219,7 +219,7 @@ def fill_slot_data(self) -> dict:
"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
"FrontDoorUsable": self.options.front_door_usable.value
}


Expand Down

0 comments on commit 049805f

Please sign in to comment.