diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-17 11:30:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-17 11:30:31 -0300 |
commit | 4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0 (patch) | |
tree | 7e4e17b343f2ca0a7ca7052ab6562a20bbb1894e /npc/functions | |
parent | 759a5f77481e5536ae9e495d1230ec8953629c13 (diff) | |
download | serverdata-4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0.tar.gz serverdata-4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0.tar.bz2 serverdata-4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0.tar.xz serverdata-4d6457a468f9e8cf04a94b7125bd3bd6782bf9f0.zip |
Lightbringer cooldown, otherwise it may get too OP
Diffstat (limited to 'npc/functions')
-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: |