diff options
author | tux9th <mr.x@aon.at> | 2013-12-02 14:04:30 -0800 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-12-02 14:04:30 -0800 |
commit | e5077f4270336ccae4585f61f29292cec3882b0f (patch) | |
tree | c8799c54b72fe6163505d497e194bc47457eaf3b | |
parent | aab026f678a30ae40b1b9229603ec937b20775aa (diff) | |
parent | 9aa0777f849981a21c7173a8baad46215dd5e5db (diff) | |
download | serverdata-e5077f4270336ccae4585f61f29292cec3882b0f.tar.gz serverdata-e5077f4270336ccae4585f61f29292cec3882b0f.tar.bz2 serverdata-e5077f4270336ccae4585f61f29292cec3882b0f.tar.xz serverdata-e5077f4270336ccae4585f61f29292cec3882b0f.zip |
Merge pull request #55 from oddshocks/master
Remove quotes around unspoken text from angela.
world/map/npc/031-1/angelaOutside.txt
-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: |