diff options
Diffstat (limited to 'npc/003-9/recepcionist.txt')
-rw-r--r-- | npc/003-9/recepcionist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-9/recepcionist.txt b/npc/003-9/recepcionist.txt index ac6c62e5e..69b0ad890 100644 --- a/npc/003-9/recepcionist.txt +++ b/npc/003-9/recepcionist.txt @@ -29,7 +29,7 @@ POL_PlayerMoney(.@price); percentheal 100, 100; .@buff=(is_night() ? 15 : 10); - SC_Bonus(900, INCMHPRATE, .@buff, .@buff); // FIXME: We don't want stacking + SC_Bonus(900, SC_INCMHPRATE, .@buff, .@buff); // FIXME: We don't want stacking closeclientdialog; warp "003-9", 36, 47; dispbottom l("You feel refreshed!"); |