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.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt
index 00b931a0a..1b70d1cb3 100644
--- a/npc/functions/gmbot.txt
+++ b/npc/functions/gmbot.txt
@@ -245,7 +245,15 @@ function matrixlb {
// Rebirth (2pts per level)
.@pts+=limit(0, REBIRTH*2, 10);
- // Max points: 101→104→114→117
+ // World Story Bonus
+ if ($GAME_STORYLINE > 3 && $MK_TEMPVAR >= 12)
+ .@pts+=1;
+ if ($FIRESOFSTEAM >= 10)
+ .@pts+=1;
+ if ($GAME_STORYLINE >=5)
+ .@pts+=1; // Should never, ever, happen
+
+ // Max points: 101→104→114→117→120
return .@pts;
}