diff options
-rw-r--r-- | npc/026-7/boss.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index cdac955ac..cfcca6566 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -286,7 +286,7 @@ OnTimer10000: if (.@hp <= 2 && .start_time < gettimetick(2) + 180) { unittalk(.MK, "Death touch!"); maptimer2("026-7", 10, "Impregnable#B7F::OnDeathTouch"); - .start_time = gettimetick(2) + 180; // This only happens once + .start_time = gettimetick(2) + 180 + 60; // This only happens once } } |