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 90711c840..4ea5bfa54 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -74,7 +74,6 @@ OnCurse: // New tick (cycles every 15 seconds in average) addtimer2 rand2(14000, 15000), .name$+"::OnCurse"; end; -} ///////////////////////////////////////// // Heartbeat for Disease effects @@ -112,6 +111,7 @@ OnSick: addtimer2 10000, .name$+"::OnSick"; end; +} ////////////////////////////// |