Skip to content

Commit

Permalink
Fixing some spelling errors reported by Cassy.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoelke committed Jun 13, 2013
1 parent 94201b3 commit 0b00d4d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions world/map/npc/017-4/orum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ L_Banish:
mes "[Orum]";
mes "\"This will be the last mistake you did...\"";
mes "He starts mumbering and you suddenly feel weirdly weightless. Your vision fades...";
mes "You last thing you hear is Waric shouting something about untalented apprentices.";
mes "The last thing you hear is Waric shouting something about untalented apprentices.";
set Hp, 1 + rand(5);
warp "017-1.gat", 0, 0;
goto L_Close;
Expand Down Expand Up @@ -195,7 +195,7 @@ L_AskMonsters:

L_SecondFlower: // 19: Got task to bring materials for second magical flower
mes "[Orum]";
mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stinger and one Purple Tulip.\"";
mes "\"Bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip.\"";
menu
"I have it.", -,
"All right, I'll get it.", L_Close,
Expand Down Expand Up @@ -225,7 +225,7 @@ L_WaySecondFlower:

L_AskPurpose:
mes "[Orum]";
mes "\"Purpose? Well... We're buidling a pentagram.\"";
mes "\"Purpose? Well... We're building a pentagram.\"";
goto L_Close;

L_PlaceSecondFlower: // 20: Got task to place the second magical flower
Expand All @@ -250,7 +250,7 @@ L_PlaceSecondFlower: // 20: Got task to place the second magical flower
set OrumQuest, 19;

mes "[Orum]";
mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stinger and one Purple Tulip again.\"";
mes "\"Ok, now that this is settled, bring me " + @AMOUNT_PINKPETAL + " Pink Petals, " + @AMOUNT_STINGER + " Scorpion Stingers and one Purple Tulip again.\"";
goto L_Close;

L_PlacedSecondFlower: // 21: Placed second magical flower
Expand All @@ -274,7 +274,7 @@ L_AskPentagram:

L_ThirdFlower: // 22: Got task to bring materials for third magical flower
mes "[Orum]";
mes "\"Now we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stinger and one White Tulip.\"";
mes "\"Now we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stingers and one White Tulip.\"";
menu
"I got everything you want.", -,
"I'm still searching.", L_Close,
Expand Down Expand Up @@ -386,7 +386,7 @@ L_PlaceThirdFlower: // 23: Completed easy minigame and got task to place the thi
set OrumQuest, 22;

mes "[Orum]";
mes "\"Once again we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stinger and one White Tulip.\"";
mes "\"Once again we need " + @AMOUNT_WHITEFUR + " White Fur, " + @AMOUNT_REDSTINGER + " Red Scorpion Stingers and one White Tulip.\"";
goto L_Close;

L_PlacedThirdFlower: // 24: Placed third magical flower
Expand All @@ -410,7 +410,7 @@ L_AskSummon:

L_FourthFlower: // 25: Got task to bring materials for fourth magical flower
mes "[Orum]";
mes "\"Now we need " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stinger and one Yellow Rose.\"";
mes "\"Now we need " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stingers and one Yellow Rose.\"";
menu
"I managed to get everything.", -,
"I will get that.", L_Close,
Expand Down Expand Up @@ -561,12 +561,12 @@ L_PlaceFourthFlower: // 26: Completed difficult minigame and got task to place t
set OrumQuest, 25;

mes "[Orum]";
mes "\"Now bring " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stinger and one Yellow Rose again.\"";
mes "\"Now bring " + @AMOUNT_HARDSPIKE + " Hard Spikes, " + @AMOUNT_ANGRYSTINGER + " Angry Scorpion Stingers and one Yellow Rose again.\"";
goto L_Close;

L_PlacedFourthFlower: // 27: Placed fourth magical flower
mes "[Orum]";
mes "\"Oh, almost! Only the last flower needs to be placed. Don't loose concentration now!";
mes "\"Oh, almost! Only the last flower needs to be placed. Don't lose concentration now!";
mes "This last flower is the most complicated one. Pay attention.\"";
menu
"Tell me what you need!", -,
Expand Down Expand Up @@ -739,7 +739,7 @@ L_MaterialFifth:

L_PlacedFifthFlower: // 31: Placed fifth flower
mes "[Orum]";
mes "\"Hahahaha! Wonderful! We were able to her Sagatha's screaming and ranting here in the cave!\"";
mes "\"Hahahaha! Wonderful! We were able to hear Sagatha's screaming and ranting here in the cave!\"";
next;
mes "\"Well done, really. I think you've earned yourself a small reward. Here, take this.\"";
set Zeny, Zeny + @REWARD_MONEY;
Expand Down
2 changes: 1 addition & 1 deletion world/map/npc/018-1/flowerpentagram3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ L_MonstersAlive:

L_NoFlower:
mes "You reach into your inventory to take out the flower and place it. But you can't find it!";
mes "Did you loose it somewhere along the way? If you can't find it again, go talk to Orum.";
mes "Did you lose it somewhere along the way? If you can't find it again, go talk to Orum.";
goto L_Close;

L_PlacedThirdFlower:
Expand Down
4 changes: 2 additions & 2 deletions world/map/npc/056-1/flowerpentagram5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ L_MonstersAlive:
goto L_Close;

L_NoFlower:
mes "You reach into your pocket, but you can't find the flower! You're so close to completing you task.";
mes "How could you loose the last flower? If you can't get it back, you have to tell Orum.";
mes "You reach into your pocket, but you can't find the flower! You're so close to completing your task.";
mes "How could you lose the last flower? If you can't get it back, you have to tell Orum.";
goto L_Close;

L_PlacedFifthFlower:
Expand Down

0 comments on commit 0b00d4d

Please sign in to comment.