diff options
author | NetSysFire <2501566-NetSysFire@users.noreply.gitlab.com> | 2021-08-26 13:53:15 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2021-08-26 13:53:15 +0000 |
commit | 2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6 (patch) | |
tree | 880f4a2cc361e270aba4399c43a99facb7a571df /npc/005-1/sailors.txt | |
parent | 10ca83a9e4880be24a1c8a5debe42f8fd57b4bef (diff) | |
download | serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.gz serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.bz2 serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.tar.xz serverdata-2d3e43478733c57fcac8fac7e12dbc2e4a2e01f6.zip |
NPC improvements
Diffstat (limited to 'npc/005-1/sailors.txt')
-rw-r--r-- | npc/005-1/sailors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/005-1/sailors.txt b/npc/005-1/sailors.txt index b29c4afe2..633e19502 100644 --- a/npc/005-1/sailors.txt +++ b/npc/005-1/sailors.txt @@ -25,11 +25,11 @@ next; mesq l("Arr, it is always good to be on land after so much time in sea!"); next; - mesq l("We want to party this moment, but can you believe we ran out of beer?"); + mesq l("We want to celebrate this moment, but can you believe we ran out of beer?"); mes ""; menu l("If I were you, I would drink water."),L_Water, - l("WHAT? How can you ever do a party without beer?!"),L_Accept; + l("WHAT? How can you ever party without beer?!"),L_Accept; L_Water: mes ""; @@ -144,7 +144,7 @@ L_questCure_failure: else Zeny = Zeny + 30; mesn; - mesq l("That... Didn't worked. I'm sorry."); + mesq l("That... Didn't work. I'm sorry."); next; mesn; mesq l("Here's some gold for your efforts."); |