Skip to content

Commit

Permalink
add dio
Browse files Browse the repository at this point in the history
  • Loading branch information
PonyWarrior committed Oct 28, 2024
1 parent 0000c9c commit 515d435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added Dionysus to forced story rooms

## [0.9.1] - 2024-10-18

### Fixed
Expand Down
3 changes: 3 additions & 0 deletions src/ready.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if config.AlwaysEncounterStoryRooms.Enabled then

RoomSetData.O.O_Story01.ForceAtBiomeDepthMin = 1
RoomSetData.O.O_Story01.ForceAtBiomeDepthMax = 5

RoomSetData.O.P_Story01.ForceAtBiomeDepthMin = 1
RoomSetData.O.P_Story01.ForceAtBiomeDepthMax = 5
end

if config.GodMode.Enabled then
Expand Down

0 comments on commit 515d435

Please sign in to comment.