summaryrefslogtreecommitdiff
path: root/npc/functions/dungeon.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-04 20:27:25 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-04 20:27:25 -0300
commit85e320a4db466223e5fd584c618105cf5bd95f5a (patch)
tree78e42bd12dc05d6deb410b46ac67c23db2e33719 /npc/functions/dungeon.txt
parent9ff677a51369e70a7d13cbfcd10fb10a2a2b5c52 (diff)
downloadserverdata-85e320a4db466223e5fd584c618105cf5bd95f5a.tar.gz
serverdata-85e320a4db466223e5fd584c618105cf5bd95f5a.tar.bz2
serverdata-85e320a4db466223e5fd584c618105cf5bd95f5a.tar.xz
serverdata-85e320a4db466223e5fd584c618105cf5bd95f5a.zip
Add the first (and possibly only) mention to chanting
Diffstat (limited to 'npc/functions/dungeon.txt')
-rw-r--r--npc/functions/dungeon.txt2
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;