From 65037917d12f37c28ad49f1407feea2b4178978b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 12:02:31 -0300 Subject: Tulimshar Inn have a bug, so mayors will not be allowed to sleep for free. --- npc/003-9/recepcionist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/003-9/recepcionist.txt') diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index 6202f1f9f..05da2a24b 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -17,7 +17,7 @@ } .@price=limit(400, 700+(BaseLevel*3)-getq(General_Narrator)*6, 1200); - .@price=POL_AdjustPrice(.@price); + .@price=limit(250, POL_AdjustPrice(.@price), 1200); mesn; mesq l("Good %s. Would you like to sleep here? It's only %d GP!", (is_night() ? l("evening") : l("day")), .@price); @@ -29,7 +29,7 @@ POL_PlayerMoney(.@price); percentheal 100, 100; .@buff=(is_night() ? 15 : 10); - SC_Bonus(900, INCMHPRATE, .@buff, .@buff); + SC_Bonus(900, INCMHPRATE, .@buff, .@buff); // FIXME: We don't want stacking closeclientdialog; } close; -- cgit v1.2.3-60-g2f50