diff options
author | Nick Ashley <nick@shley.us> | 2015-06-03 16:51:52 -0400 |
---|---|---|
committer | Nick Ashley <nick@shley.us> | 2015-06-03 16:51:52 -0400 |
commit | 3321990469e1d0f522ae2f3cae82277641c962d2 (patch) | |
tree | b6c70e7b7449bdf5b89b29e1e451aace10a4f416 /world/map/npc/056-2 | |
parent | 18608aa401d3f92b4ed9264c5edbb171f46ce3f7 (diff) | |
download | serverdata-3321990469e1d0f522ae2f3cae82277641c962d2.tar.gz serverdata-3321990469e1d0f522ae2f3cae82277641c962d2.tar.bz2 serverdata-3321990469e1d0f522ae2f3cae82277641c962d2.tar.xz serverdata-3321990469e1d0f522ae2f3cae82277641c962d2.zip |
Dialog Edit Edits
I got a little bit carried away. This reminded me that we should replace
`...` with either ` . . . ` or `…` if we want to actually use ellipses.
Technically, ellipses also need to be surrounded by spaces.
Diffstat (limited to 'world/map/npc/056-2')
-rw-r--r-- | world/map/npc/056-2/barrier.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/056-2/barrier.txt b/world/map/npc/056-2/barrier.txt index 09aeb1a6..46704b33 100644 --- a/world/map/npc/056-2/barrier.txt +++ b/world/map/npc/056-2/barrier.txt @@ -8,11 +8,11 @@ end; L_Block: - message strcharinfo(0), "I cannot enter... That old man really made sure that I would not be able to bother him again anytime soon."; + message strcharinfo(0), "I can't enter ... That old man really made sure that I wouldn't be able to bother him again anytime soon."; end; L_Weak: - message strcharinfo(0), "I cannot enter because this magic field is too strong. Maybe I should train some more."; + message strcharinfo(0), "I can't enter because this magic field is too strong. Maybe I should train some more ..."; end; } |