From 5cd0e6bb76fc9b761c9e51a919fe2cefbc55c73e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Jun 2022 22:31:26 -0300 Subject: Use the nerf cannon against sick maps so they use 20s ticks. The effect duration, however, lasts 10 seconds --- npc/functions/dungeon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index 0ad6f74e7..641d00d66 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -112,8 +112,8 @@ OnSick: SC_Bonus(10, .@eff, 1); } - // New tick (10 seconds fixed cycle) - addtimer2 10000, .name$+"::OnSick"; + // New tick (20 seconds fixed cycle) + addtimer2 20000, .name$+"::OnSick"; end; -- cgit v1.2.3-60-g2f50