diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-25 21:11:45 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-25 21:11:45 +0400 |
commit | e4acdeaf1cd5debf3746c38281a15718c1d50763 (patch) | |
tree | d84d97270f7959e1032b99f2655a24c01fbd64d5 /npc | |
parent | 8ed56232a29efdfdc69f893bfb10f493c7f91c9c (diff) | |
download | clientdata-e4acdeaf1cd5debf3746c38281a15718c1d50763.tar.gz clientdata-e4acdeaf1cd5debf3746c38281a15718c1d50763.tar.bz2 clientdata-e4acdeaf1cd5debf3746c38281a15718c1d50763.tar.xz clientdata-e4acdeaf1cd5debf3746c38281a15718c1d50763.zip |
Fixed peter's newly added dialogue lines.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index b647bf96..88ed1fce 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -241,13 +241,13 @@ l_Dead: l_Done: mesn "Peter"; - mesq l("Are you done in there?"); + mesq l("Are you done down there?"); setnpctimer 0; menu - l("Yes, everything is ok."), l_WarpOut, - l("Soon, soon."), -; + l("Yes, no more rattos!"), l_WarpOut, + l("Give me few seconds."), -; end; |