summaryrefslogtreecommitdiff
path: root/npc/003-9
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-9')
-rw-r--r--npc/003-9/recepcionist.txt4
1 files changed, 2 insertions, 2 deletions
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;