summaryrefslogtreecommitdiff
path: root/npc/functions/gmbot.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r--npc/functions/gmbot.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt
index c5c227338..6a07e8537 100644
--- a/npc/functions/gmbot.txt
+++ b/npc/functions/gmbot.txt
@@ -38,8 +38,8 @@ L_Today:
// If you are above 100: +2 minutes per score
// If you are above 110: +4 minutes per score
if (@lbscore > 100)
- @lbscore*=2;
- if (@lbscore > 110*2)
+ @lbscore*=3;
+ if (@lbscore > 110*3)
@lbscore*=2;
rentitem Lightbringer, (120*(@lbscore-60));