summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/016-7/main.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt
index c4559cbe4..aa09f690e 100644
--- a/npc/016-7/main.txt
+++ b/npc/016-7/main.txt
@@ -38,6 +38,7 @@ OnVictory:
OnReward:
// That would give 10% from missing exp, but I didn't like it.
//getexp ((NextBaseExp-BaseExp)/10), 0;
+ addtimercount "#MarineShip::OnEvent", 2500;
// Lv 40 rewards: 400 exp, 40 jxp, 200~600 GP
getexp BaseLevel*10, BaseLevel;
@@ -45,7 +46,7 @@ OnReward:
//getitem SailorShirt, 1; // I already tried to do this before...?
dispbottom l("Congratulations!");
if (isin("016-7", 23, 25, 52, 35))
- addwarp(2000, "#MarineShipAttack::OnResumeTravel");
+ addtimer(2000, "#MarineShipAttack::OnResumeTravel");
end;
OnResumeTravel: