diff options
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |