diff options
author | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-23 22:01:08 +0300 |
---|---|---|
committer | Sini Ruohomaa <sini.ruohomaa@iki.fi> | 2010-08-23 22:01:08 +0300 |
commit | 5fd40c26b8f7071a42c98de5d8159192b1bd8941 (patch) | |
tree | ce705246e7233887eff76190899cd9168e05f110 /npc/002-1_Sandstorm | |
parent | e71ddf225d0279cf91c006911e8b8dedafff68f1 (diff) | |
download | serverdata-5fd40c26b8f7071a42c98de5d8159192b1bd8941.tar.gz serverdata-5fd40c26b8f7071a42c98de5d8159192b1bd8941.tar.bz2 serverdata-5fd40c26b8f7071a42c98de5d8159192b1bd8941.tar.xz serverdata-5fd40c26b8f7071a42c98de5d8159192b1bd8941.zip |
Fixed too long user prompt text.
Diffstat (limited to 'npc/002-1_Sandstorm')
-rw-r--r-- | npc/002-1_Sandstorm/lieutenant_dausen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-1_Sandstorm/lieutenant_dausen.txt b/npc/002-1_Sandstorm/lieutenant_dausen.txt index 57475d38..275818ff 100644 --- a/npc/002-1_Sandstorm/lieutenant_dausen.txt +++ b/npc/002-1_Sandstorm/lieutenant_dausen.txt @@ -45,7 +45,7 @@ L_LD_Drinks: next; mes "\"I have another problem, though. I mixed up the orders to my men, Nickos and Stewen. Someone needs to let them know they're going to have to hold their post for a while longer instead of taking a break. However, I can't leave my post! Oh, what to do, what to do...\""; menu - "Oh, it wouldn't be a bother to me to help you out, since you helped me out.", L_LD_Help, + "I can help you out, since you helped me too.", L_LD_Help, "Thanks for the boots, gotta run now.", L_LD_NoHelp; close; @@ -63,7 +63,7 @@ L_LD_Woe_Is_Me: mes "[Lieutenant Dausen]"; mes "\"I have a problem. I mixed up the orders to my men! Someone needs to let them know they're going to have to hold their post for a while longer instead of taking a break. However, I can't leave my post. Oh, what to do, what to do...\""; menu - "Oh, it wouldn't be a bother to me to help you out, since you helped me out.", L_LD_Help, + "I can help you out, since you helped me out too.", L_LD_Help, "Bye-bye.", L_LD_NoHelp; close; |