From 4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 17 Sep 2019 11:30:31 -0300 Subject: Lightbringer cooldown, otherwise it may get too OP --- npc/functions/gmbot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/gmbot.txt') diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index 4615c0f58..a92dca53c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -38,7 +38,7 @@ L_Today: rentitem Lightbringer, (60*(@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)); + .busy=gettimetick(2)+(60*(@lbscore-60))*2; end; OnInit: -- cgit v1.2.3-60-g2f50