diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-17 03:21:55 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-17 03:21:55 -0200 |
commit | e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad (patch) | |
tree | d653d9c38fd22eb7a8ed171807d7273a1a2b0e01 /npc/items/teleporter.txt | |
parent | cd237b94dfa0103d15ff72152b7ebf784be2bd18 (diff) | |
download | serverdata-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/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"), -, |