Quality of life: Spellcasting #536

Merged
NQNStudios merged 21 commits from recast-hint into master 2025-01-23 14:30:08 +00:00
Showing only changes of commit e2104a4390 - Show all commits

View File

@@ -1655,8 +1655,8 @@ static void draw_spell_info(cDialog& me, const eSkill store_situation, const sho
} }
break; break;
case SELECT_ANY: case SELECT_ANY:
// TODO: Split off party members should probably be excluded too? // Absent party members and split-off party members are excluded
if(univ.party[i].main_status != eMainStatus::ABSENT) { if(univ.party[i].main_status != eMainStatus::ABSENT && univ.party[i].main_status < eMainStatus::SPLIT) {
me[id].show(); me[id].show();
} }
else { else {