diff options
-rw-r--r-- | npc/016-7/main.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt index b3df7169d..c4559cbe4 100644 --- a/npc/016-7/main.txt +++ b/npc/016-7/main.txt @@ -45,6 +45,11 @@ 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"); + end; + +OnResumeTravel: + if (@timer_navio_running) warp "016-6", 31, 33; end; } |