diff options
Diffstat (limited to 'npc/functions/dungeon.txt')
-rw-r--r-- | npc/functions/dungeon.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index ca6799fe6..9d780c019 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -141,7 +141,7 @@ OnBleed: if (rand2(50) == 25) SC_Bonus(15, SC_BLOODING, 1); - // New tick + // New tick (15 seconds fixed cycle) addtimer2 15000, .name$+"::OnBleed"; end; |