You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(text): Fixed typos and grammar in Destiny Deoxys quest line (pokeclicker#5958)
Fixed these Typos
Step 1: The first sentence in the quest should say "There seems to be a big 'fuss' about 'the' new 'findings' in the Giant Chasm.
Step 8: The quest description has a typo. It says 'isn' instead of 'isn't'
Step 10: The quest description says 'Purple and Green Gemed Deoxys' instead of 'Purple and Green Gemmed Deoxys'
Green Pulsing Gemstone The correct adjective order would be Pulsing Green Gemstone, but I'm not sure if the entire thing (or just Pulsing Gemstone) is a proper noun, in which case the ordering wouldn't apply
Copy file name to clipboardExpand all lines: src/scripts/quests/QuestLineHelper.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1455,10 +1455,10 @@ class QuestLineHelper {
1455
1455
publicstaticcreateDestinyDeoxysQuestLine(){
1456
1456
constdestinyDeoxysQuest=newQuestLine('Destiny Deoxys','Discover the mystery of the crashed meteor.',newQuestLineCompletedRequirement('Hollow Truth and Ideals'),GameConstants.BulletinBoards.Unova);
1457
1457
1458
-
constclearGiantChasm=newDefeatDungeonQuest(5,0,'Giant Chasm').withDescription('There seems to be a big fuzz about new foundings in the Giant Chasm. Try finding it.');
1458
+
constclearGiantChasm=newDefeatDungeonQuest(5,0,'Giant Chasm').withDescription('There seems to be a big fuss about a new discovery in the Giant Chasm. Try finding it.');
1459
1459
destinyDeoxysQuest.addQuest(clearGiantChasm);
1460
1460
1461
-
consttalkToGreenGem=newTalkToNPCQuest(destinyGem,'You found a Green Pulsing Gemstone. Take a closer look.');
1461
+
consttalkToGreenGem=newTalkToNPCQuest(destinyGem,'You found a pulsating Green Gemstone. Take a closer look.');
1462
1462
destinyDeoxysQuest.addQuest(talkToGreenGem);
1463
1463
1464
1464
constrayquazaDeoxysBattle=newDefeatTemporaryBattleQuest('Destiny Deoxys Rayquaza','Rayquaza and Deoxys are rampaging in the area. Try to calm them down.');
],'The generator isn\t working. Look around for scraps to repair it.'));
1484
+
],'The generator isn\'t working. Look around for scraps to repair it.'));
1485
1485
1486
1486
1487
1487
constrayquazaBFBattle=newDefeatTemporaryBattleQuest('Destiny Rayquaza','Rayquaza attacks again. Calm it down for the last time.');
1488
1488
destinyDeoxysQuest.addQuest(rayquazaBFBattle);
1489
1489
1490
-
consttalkToDeoxys=newTalkToNPCQuest(destinyDeoxysReunion,'Rayquaza realized that the Deoxys are no threat. Reunite the Purple and Green Gemed Deoxys.');
1490
+
consttalkToDeoxys=newTalkToNPCQuest(destinyDeoxysReunion,'Rayquaza realized that the Deoxys are no threat. Reunite the Purple and Green Gemmed Deoxys.');
0 commit comments