From bc2a647c593d9bd741bd654676081651e28f19a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jan 2021 07:28:19 -0300 Subject: Each successful Fortress Town takedown gives +1 second to lightbringer (per score, for a total +2 minutes/siege) --- npc/functions/gmbot.txt | 8 ++++++-- 1 file 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$; -- cgit v1.2.3-60-g2f50