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