diff options
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index d956ec3f1..578a6a27f 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -41,7 +41,7 @@ OnUse: mesc l("PS. Additional reagents may be required for warps."); next; - .@x=reputation("LoF")+countitem(TimeFlask)-1; + .@x=(reputation("LoF")/10)+min(10, countitem(TimeFlask)-1); // up to 10 minutes reduction from quests, and 10 from time flasks menu l("Don't warp"), -, |