diff options
author | Alige <aligetmw@hotmail.fr> | 2014-02-03 18:53:07 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2014-02-03 18:53:07 +0400 |
commit | aca300b22a84d995daccd0859cdddc3bc6e34d46 (patch) | |
tree | ad572fee501d97215e5979e8b6bac1d38f00d10b /npc/001-1 | |
parent | 52058ceaa89cd688e9ad5173c85d88aeefc32554 (diff) | |
download | serverdata-aca300b22a84d995daccd0859cdddc3bc6e34d46.tar.gz serverdata-aca300b22a84d995daccd0859cdddc3bc6e34d46.tar.bz2 serverdata-aca300b22a84d995daccd0859cdddc3bc6e34d46.tar.xz serverdata-aca300b22a84d995daccd0859cdddc3bc6e34d46.zip |
Fixed a bit of english in the cookie master script.
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/cookiemaster.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-1/cookiemaster.txt b/npc/001-1/cookiemaster.txt index 23982320..b115c095 100644 --- a/npc/001-1/cookiemaster.txt +++ b/npc/001-1/cookiemaster.txt @@ -214,9 +214,11 @@ L_Kick: close; L_GetCookie: - mesq l("Hey, I'm not a drug seller, you won't have another one by stalking me!"); + mesq l("Hey, I'm not a drug dealer! You won't have another one by stalking me like that!"); next; - mesq l("If you want another one, you know what to do!"); + mesq l("If you want another cookie, you know what to do!"); + next; + mesq l("Now, move!"); next; goto L_Bye; |