diff options
Diffstat (limited to 'npc')
-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; |