diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 13:13:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 13:13:56 -0300 |
commit | bc17d3c270266b0477fdc88d38e053ddfb712cb1 (patch) | |
tree | ece1b93aff79de229d86174f9b3f68a1410ba5c7 /npc/018-6-1 | |
parent | 27a9c1683ae37f8e84414ed29e750aaa583c353f (diff) | |
download | serverdata-bc17d3c270266b0477fdc88d38e053ddfb712cb1.tar.gz serverdata-bc17d3c270266b0477fdc88d38e053ddfb712cb1.tar.bz2 serverdata-bc17d3c270266b0477fdc88d38e053ddfb712cb1.tar.xz serverdata-bc17d3c270266b0477fdc88d38e053ddfb712cb1.zip |
“Typoz” are not cool
Diffstat (limited to 'npc/018-6-1')
-rw-r--r-- | npc/018-6-1/main.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt index d8699271f..8e2c417fb 100644 --- a/npc/018-6-1/main.txt +++ b/npc/018-6-1/main.txt @@ -305,7 +305,7 @@ OnMain: mesc l("WARNING: THIS ACTION IS IRREVERSIBLE."), 1; if (askyesno() == ASK_YES) { mes ""; - mesc l("She falls in a single blow. You'll report her death to the Mysterious Assassin."); + mesc l("She falls in a single blow. You'll attribute her death to the Mysterious Assassin."); BARBARA_STATE=1; setq1 LoFQuest_Barbara, 5; disablenpc instance_npcname(.name$); // NPC will now go to rest @@ -343,7 +343,7 @@ L_MainStory: mesq l("The hooded man was about to deliver me a final blow, but then he saw the Apple I've stole..."); next; mesn l("Barbara, Wounded Girl"); - mesq l("...And for some reason he took the apple and left further in the caves."); + mesq l("...And for some reason he took the apple and went further in the caves."); next; mesn l("Barbara, Wounded Girl"); mesq l("Maybe if you go back the way you're coming, you find him..."); @@ -377,7 +377,7 @@ L_MainStory: mesc l("WARNING: THIS ACTION IS IRREVERSIBLE."), 1; if (askyesno() == ASK_YES) { mes ""; - mesc l("She falls in a single blow. You'll report her death to the Mysterious Assassin."); + mesc l("She falls in a single blow. You'll attribute her death to the Mysterious Assassin."); BARBARA_STATE=1; setq1 LoFQuest_Barbara, 5; disablenpc instance_npcname(.name$); // NPC will now go to rest @@ -424,6 +424,8 @@ L_MainStory: mesn l("Barbara, Wounded Girl"); mesc l("*sigh*"); mesq l("But be warned, I don't have the Apple with me. It's further in."); + mes ""; + mesc l("Barbara was apprehended. It would be weird to show her on your inventory, so we won't."); // The quest is not over yet - do not set BARBARA_STATE setq1 LoFQuest_Barbara, 5; disablenpc instance_npcname(.name$); // NPC will now go to rest |