diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-21 13:10:42 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-21 13:34:38 -0300 |
commit | 9bf3d7a005d6ca47907e2373fb7908b7718d7565 (patch) | |
tree | 1bbdc160a3ff214b8d3998deed6a3dcd96a08098 /npc | |
parent | d6f1e8f07296241afb9a9ca622b9a7b660601889 (diff) | |
download | serverdata-9bf3d7a005d6ca47907e2373fb7908b7718d7565.tar.gz serverdata-9bf3d7a005d6ca47907e2373fb7908b7718d7565.tar.bz2 serverdata-9bf3d7a005d6ca47907e2373fb7908b7718d7565.tar.xz serverdata-9bf3d7a005d6ca47907e2373fb7908b7718d7565.zip |
Rewrite Zegas dialog in attempt to make purpose more clear (+typo)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/zegas.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt index 46598ccd2..ec2f001af 100644 --- a/npc/005-1/zegas.txt +++ b/npc/005-1/zegas.txt @@ -16,11 +16,11 @@ L_Meet: mesn; mesq l("Hey do you have a second?"); next; - mesq l("The storehouse here is over run with house maggots."); + mesq l("The storehouse here is overrun with house maggots."); next; mesq l("Wouldn't you know it, the bug bomb Eomie gave us is in one of the store room barrels."); next; - mesq l("Can you search the barrels for the bug bomb and set it off when you find it?"); + mesq l("Can you search ##Bthe barrels##b for the bug bomb and set it off when you find it?"); setq CandorQuest_Barrel, 1; menu l("Sure."),L_Start, @@ -43,7 +43,7 @@ L_Start: L_Looking: mesn; - mesq l("Still haven't found it? Well keep looking I know it's in there, somewhere."); + mesq l("Still haven't found it? Well, keep looking the barrels at this storehouse. I know it's in there, somewhere."); goto L_Close; L_QuestEnd: |