summaryrefslogtreecommitdiff
path: root/npc/functions/dungeon.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/dungeon.txt')
-rw-r--r--npc/functions/dungeon.txt4
1 files 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;