alchemy in combat: better buffer message

This commit is contained in:
2025-05-17 12:32:02 -05:00
parent 13548c1249
commit d7f9fbaa6c

View File

@@ -1220,6 +1220,7 @@ void handle_alchemy(bool& need_redraw, bool& need_reprint) {
else
add_string_to_buf("Alchemy: No recipes known.");
}
else if(is_combat()) add_string_to_buf("Alchemy: Not in combat.");
else if(!is_town()) add_string_to_buf("Alchemy: Only in town.");
else add_string_to_buf("Alchemy: " + FINISH_FIRST);
}