From c61b681d512780efce007e9ea617a65f57b691f7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Dec 2019 11:54:39 -0300 Subject: Lightbringer is not THAT amazing. Double hold time. Busy time: +100% -> +67% (10 points => 10m/20m -> 20m/30m) --- npc/functions/gmbot.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index a92dca53c..dcab8acb2 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -34,11 +34,11 @@ L_Today: end; } - // Else: score > 60, 1 minute per additional score - rentitem Lightbringer, (60*(@lbscore-60)); + // Else: score > 60, 2 minutes per additional score + rentitem Lightbringer, (120*(@lbscore-60)); dispbottom l("This live sword drafts itself to your hand. You can wield it for a while."); disablenpc .name$; - .busy=gettimetick(2)+(60*(@lbscore-60))*2; + .busy=gettimetick(2)+(120*(@lbscore-60))*3/2; end; OnInit: -- cgit v1.2.3-60-g2f50