diff options
author | David Gay <oddshocks@riseup.net> | 2013-12-02 17:01:10 -0500 |
---|---|---|
committer | David Gay <oddshocks@riseup.net> | 2013-12-02 17:01:10 -0500 |
commit | 9aa0777f849981a21c7173a8baad46215dd5e5db (patch) | |
tree | c8799c54b72fe6163505d497e194bc47457eaf3b /world/map/npc | |
parent | aab026f678a30ae40b1b9229603ec937b20775aa (diff) | |
download | serverdata-9aa0777f849981a21c7173a8baad46215dd5e5db.tar.gz serverdata-9aa0777f849981a21c7173a8baad46215dd5e5db.tar.bz2 serverdata-9aa0777f849981a21c7173a8baad46215dd5e5db.tar.xz serverdata-9aa0777f849981a21c7173a8baad46215dd5e5db.zip |
Remove quotes around unspoken text.
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/031-1/angelaOutside.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/031-1/angelaOutside.txt b/world/map/npc/031-1/angelaOutside.txt index c7384dae..138cdbfb 100644 --- a/world/map/npc/031-1/angelaOutside.txt +++ b/world/map/npc/031-1/angelaOutside.txt @@ -48,9 +48,9 @@ L_Whining: next; mes "\"Oh, when I think what might happen to her right now!\""; next; - mes "\"She is crying and sobbing.\""; + mes "She is crying and sobbing."; next; - mes "\"It seems she is too upset to tell you anything helpful. If she would just calm down and concentrate a bit...\""; + mes "It seems she is too upset to tell you anything helpful. If she would just calm down and concentrate a bit..."; goto L_Close; L_Menu_Potion: |