Skip to content

Commit

Permalink
change(text): Typo fixes for Alola story quests (pokeclicker#5391)
Browse files Browse the repository at this point in the history
Co-authored-by: CypherX <[email protected]>
  • Loading branch information
amative1 and CypherX authored Jun 29, 2024
1 parent ae205f7 commit a70a31d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/towns/TownList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7546,7 +7546,7 @@ const RoadsideMotelAnabel2 = new NPC('Anabel', [
});
const RoadsideMotelAnabel3 = new NPC('Anabel', [
'Congratulations once again. Looker told me he wants to take us to a great restaurant to celebrate. I don\'t know how he knows any restaurants around here, we\'ve only just arrived.',
'It doesn\'t matter though. There is no rest for us. Captain Mina is here with news, but she insist on battling you before she\'ll tell us anything.',
'It doesn\'t matter though. There is no rest for us. Captain Mina is here with news, but she insists on battling you before she\'ll tell us anything.',
], {
image: 'assets/images/npcs/Anabel.png',
requirement: new MultiRequirement([new QuestLineStepCompletedRequirement('Ultra Beast Hunt', 6, GameConstants.AchievementOption.more), new QuestLineStepCompletedRequirement('Ultra Beast Hunt', 8, GameConstants.AchievementOption.less)]),
Expand All @@ -7571,7 +7571,7 @@ const RoadsideMotelNanu1 = new NPC('Kahuna Nanu', [
});
const RoadsideMotelNanu2 = new NPC('Kahuna Nanu', [
'...',
'Good job on rounding up those creatures kid.',
'Good job on rounding up those creatures, kid.',
'Now, how about one more battle? I insist.',
], {
image: 'assets/images/npcs/Nanu.png',
Expand Down

0 comments on commit a70a31d

Please sign in to comment.