diff options
Diffstat (limited to 'npc/000-2-2')
-rw-r--r-- | npc/000-2-2/ratto.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/000-2-2/ratto.txt b/npc/000-2-2/ratto.txt index 98e0f0e7..d30ccd17 100644 --- a/npc/000-2-2/ratto.txt +++ b/npc/000-2-2/ratto.txt @@ -91,6 +91,8 @@ OnVictor: deltimer("RattosControl::OnRatto2Respawn"); deltimer("RattosControl::OnRatto3Respawn"); deltimer("RattosControl::OnRatto4Respawn"); - addtimer(2000, "Peter::OnDone"); + addtimercount("Peter::OnTimeout", 5000); + addtimer(5000, "Peter::OnDone"); + dispbottom l("It looks like all monsters were killed."); end; } |