summaryrefslogtreecommitdiff
path: root/npc/items
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-17 03:21:55 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-17 03:21:55 -0200
commite6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad (patch)
treed653d9c38fd22eb7a8ed171807d7273a1a2b0e01 /npc/items
parentcd237b94dfa0103d15ff72152b7ebf784be2bd18 (diff)
downloadserverdata-e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad.tar.gz
serverdata-e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad.tar.bz2
serverdata-e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad.tar.xz
serverdata-e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad.zip
Stop beating around the bush. reputation() now returns a 0~100 int.
Diffstat (limited to 'npc/items')
-rw-r--r--npc/items/teleporter.txt2
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"), -,