diff options
Diffstat (limited to 'npc')
-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 |