From e6c6f2c9f6fa44a8d274c3f5f39ec1e5f903a1ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 03:21:55 -0200 Subject: Stop beating around the bush. reputation() now returns a 0~100 int. --- npc/items/teleporter.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items') 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"), -, -- cgit v1.2.3-60-g2f50