line break to show all of recharge message

This commit is contained in:
2025-01-08 10:24:55 -06:00
committed by Celtic Minstrel
parent 3ad8b87417
commit 12a6850992

View File

@@ -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;