From 63d6dd83f7b979211a1a4460e6761a07878c3918 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 20:06:01 -0300 Subject: During playtest we took exactly 5 minutes. Therefore, increase time range in 30 seconds (both min and max) --- npc/soren/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-70-g09d2