From 7b4df6edf86b4a7ab0ed66c64d441bef77c91c2e Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sat, 21 Jan 2023 17:35:24 -0500 Subject: [PATCH] Fix typo that resulted in incorrect HP restore from NPC inns --- src/game/boe.dlgutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/boe.dlgutil.cpp b/src/game/boe.dlgutil.cpp index 76e3929e..bf97c037 100644 --- a/src/game/boe.dlgutil.cpp +++ b/src/game/boe.dlgutil.cpp @@ -810,7 +810,7 @@ void handle_talk_event(location p) { talk_end_forced = true; univ.party.gold -= a; put_pc_screen(); - do_rest(700, 30 & b, 25 * b); + do_rest(700, 30 * b, 25 * b); univ.party.town_loc.x = c; univ.party.town_loc.y = d; center = univ.party.town_loc;