From 12a68509923c20bedca4b99d0beca523f9666ff8 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 8 Jan 2025 10:24:55 -0600 Subject: [PATCH] line break to show all of recharge message --- src/game/boe.party.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/boe.party.cpp b/src/game/boe.party.cpp index 15bdbc82..b10a4ea9 100644 --- a/src/game/boe.party.cpp +++ b/src/game/boe.party.cpp @@ -615,7 +615,8 @@ void do_mage_spell(short pc_num,eSpell spell_num,bool freebie) { if(!freebie) univ.party[pc_num].cur_sp -= (*spell_num).cost; if(is_town()) { - ASB("Select items to recharge. Press Space when done."); + ASB("Select items to recharge. Press Space"); + ASB(" when done."); overall_mode = MODE_ITEM_TARGET; stat_screen_mode = MODE_RECHARGE; shop_identify_cost = 0;