summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/items/lofteleporter.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt
index 2a4af9488..dd33ed35c 100644
--- a/npc/items/lofteleporter.txt
+++ b/npc/items/lofteleporter.txt
@@ -54,6 +54,11 @@ OnUse:
next;
.@x=(reputation("LoF")/10)+min(15, countitem(TimeFlask)-1); // up to 10 minutes reduction from quests, and 15 from time flasks
+ // Siege (40%) & Rebirth (33%) Season bonuses
+ if ($EVENT$ == "Rebirth")
+ .@x = .@x * 2 / 3;
+ else if ($EVENT$ == "Siege")
+ .@x = .@x * 3 / 5;
select
l("Don't warp"),