Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: ImperialSympathizer <[email protected]>
  • Loading branch information
ben-lear and ImperialSympathizer authored Oct 7, 2024
1 parent 8980513 commit 0a4c123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ export const WeirdDreamEncounter: MysteryEncounter =
)
.withSimpleOption(
{
buttonLabel: `${namespace}.option.3.label`,
buttonTooltip: `${namespace}.option.3.tooltip`,
buttonLabel: `${namespace}.option.2.label`,
buttonTooltip: `${namespace}.option.2.tooltip`,
selected: [
{
text: `${namespace}.option.3.selected`,
text: `${namespace}.option.2.selected`,
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ describe("Weird Dream - Mystery Encounter", () => {
expect(option.optionMode).toBe(MysteryEncounterOptionMode.DEFAULT);
expect(option.dialogue).toBeDefined();
expect(option.dialogue).toStrictEqual({
buttonLabel: `${namespace}.option.3.label`,
buttonTooltip: `${namespace}.option.3.tooltip`,
buttonLabel: `${namespace}.option.2.label`,
buttonTooltip: `${namespace}.option.2.tooltip`,
selected: [
{
text: `${namespace}.option.3.selected`,
text: `${namespace}.option.2.selected`,
},
],
});
Expand Down

0 comments on commit 0a4c123

Please sign in to comment.