summaryrefslogtreecommitdiff
path: root/npc/000-2-1/peter.txt
diff options
context:
space:
mode:
authorcafe <cafe@cafe-EP45-UD3L.(none)>2012-01-30 20:58:34 -0200
committercafe <cafe@cafe-EP45-UD3L.(none)>2012-01-30 20:58:34 -0200
commit42428950b981dbf84e4a899908672ea3f842cc77 (patch)
tree0727ed21130c4b8bb2e9bf71d9285178cf889103 /npc/000-2-1/peter.txt
parent0d58e690bba52b94f6c2396cef1eff558b2e9d94 (diff)
downloadserverdata-42428950b981dbf84e4a899908672ea3f842cc77.tar.gz
serverdata-42428950b981dbf84e4a899908672ea3f842cc77.tar.bz2
serverdata-42428950b981dbf84e4a899908672ea3f842cc77.tar.xz
serverdata-42428950b981dbf84e4a899908672ea3f842cc77.zip
Fix array cleaning and a small change in one of the dialogues.
Diffstat (limited to 'npc/000-2-1/peter.txt')
-rw-r--r--npc/000-2-1/peter.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 0ed71f5f..3d9c0898 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -81,7 +81,7 @@ L_ReturnWin:
if (@q == 3 || @q == 4)
menu
l("Did you say reward? I want it!"), L_BonusTask,
- l("I am not worried about rewards. I just want to train."), L_Task,
+ l("I am not worried about rewards. I just want to help."), L_Task,
l("Sorry, I am not in the mood for another fight with those rattos."), -;
if (@q == 5)
@@ -170,7 +170,7 @@ L_CleaningEnd:
stopnpctimer;
set $@RAT_SAILOR_HELPER$, "";
set $@RAT_SAILOR_DEATHS, 0;
- cleararray $@RAT_SAILOR_CONTROL, 0, 9;
+ cleararray $@RAT_SAILOR_CONTROL, 0, 10;
killmonster "000-2-2.gat", "RattosControl::OnRatto1Death";
killmonster "000-2-2.gat", "RattosControl::OnRatto2Death";
killmonster "000-2-2.gat", "RattosControl::OnRatto3Death";
@@ -181,7 +181,7 @@ L_CleaningClose:
stopnpctimer;
set $@RAT_SAILOR_HELPER$, "";
set $@RAT_SAILOR_DEATHS, 0;
- cleararray $@RAT_SAILOR_CONTROL, 0, 9;
+ cleararray $@RAT_SAILOR_CONTROL, 0, 10;
killmonster "000-2-2.gat", "RattosControl::OnRatto1Death";
killmonster "000-2-2.gat", "RattosControl::OnRatto2Death";
killmonster "000-2-2.gat", "RattosControl::OnRatto3Death";