diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/soren-2/main.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index adb3fd4e9..e5354bcd6 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -171,9 +171,9 @@ OnSanctum: // If you're past minimum, it'll be a little slower to don't affect other players too much. // These values are for single player. If there are more users, the timer will tick for longer. if (@sorensanctum < 5) - addtimer(rand(10000, 30000)+getusers(1)*10000, "#SorenSanctum::OnSanctum"); + addtimer(rand(15000, 35000)+getusers(1)*5000, "#SorenSanctum::OnSanctum"); else - addtimer(rand(20000, 30000)+getusers(1)*10000, "#SorenSanctum::OnSanctum"); + addtimer(rand(25000, 35000)+getusers(1)*5000, "#SorenSanctum::OnSanctum"); end; |