diff options
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index e6b97ce66..6029fd873 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -50,8 +50,12 @@ L_Today: if ($GAME_STORYLINE == 4) .@btime+=30; // +30 seconds for stage 4 else if ($GAME_STORYLINE >= 5) - .@btime+=60; // +60 seconds for stage 5 - + .@btime+=60; // +60 seconds for stage 5 (but it was not yet claimed? o.o) + + // Each siege gives +1 second per point + if ($GAME_STORYLINE < 5) + .@btime+=$MK_TEMPVAR; + rentitem Lightbringer, (.@btime*(@lbscore-60)); dispbottom l("This live sword drafts itself to your hand. You can wield it for a while."); disablenpc .name$; |