diff options
-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 e484e8f6f..6202f1f9f 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(900000, INCMHPRATE, .@buff, .@buff); + SC_Bonus(900, INCMHPRATE, .@buff, .@buff); closeclientdialog; } close; |