diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/soren/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 161086c81..f72a756b9 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -173,7 +173,7 @@ OnTimer31000: // If we're done with waves if (.st >= 7) { getexp rand(1, 100), rand(1, 10); - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; specialeffect(27); @@ -317,7 +317,7 @@ OnTimer30900: // If we're done with waves if (.st >= 7) { - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; } @@ -464,7 +464,7 @@ OnTimer31200: // If we're done with waves if (.st >= 7) { - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; } |