Skip to content

Commit

Permalink
Merge pull request #309 from hymccord/draconic-depths
Browse files Browse the repository at this point in the history
Quick DD fixes
  • Loading branch information
AardWolf authored Sep 10, 2024
2 parents 1f035af + 0d6d7c4 commit fb98e01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/cheese-attraction.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var baselineAttArray = {
"Grubbeen": 1.0000, // Added with FF release
"Gumbo": 1.0000, // 2021-10-05 Gameplay Update
"Hot Queso": 1.0000, // 2021-10-05 Gameplay Update
"Isy Isabirra": 1.0000, // 2024-07-13 DD Release
"Icy Isabirra": 1.0000, // 2024-07-13 DD Release
"Inferno Havarti": 1.0000, // 2021-10-05 Gameplay Update
"Lactrodectus Lancashire": 1.0000, // 2021-10-05 Gameplay Update
"Lavish Beanster": 1.0000, // Added with BB release 09 May 23
Expand Down
3 changes: 2 additions & 1 deletion src/main/shared-cre-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ function calculateTrapSetup(skipDisp) {
location === "Prologue Pond" ||
location === "Table of Contents" ||
location === "Bountiful Beanstalk" ||
location === "School of Sorcery"
location === "School of Sorcery" ||
location === "Draconic Depths"
);
}

Expand Down

0 comments on commit fb98e01

Please sign in to comment.