diff options
Diffstat (limited to 'npc/002-2/ratto.txt')
-rw-r--r-- | npc/002-2/ratto.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt index b264d32c1..35bdc4d7f 100644 --- a/npc/002-2/ratto.txt +++ b/npc/002-2/ratto.txt @@ -70,6 +70,10 @@ OnRatto4Death: L_Victor: warp "002-1@"+LOCATION$, 35, 26; + deltimer("RattosControl::OnRatto1Respawn"); + deltimer("RattosControl::OnRatto2Respawn"); + deltimer("RattosControl::OnRatto3Respawn"); + deltimer("RattosControl::OnRatto4Respawn"); doevent("Peter::OnDone"); end; } |