diff --git a/src/game/boe.party.cpp b/src/game/boe.party.cpp index 8d626bbb..3f113b26 100644 --- a/src/game/boe.party.cpp +++ b/src/game/boe.party.cpp @@ -579,6 +579,7 @@ void do_mage_spell(short pc_num,eSpell spell_num,bool freebie) { break; case eSpell::IDENTIFY: + // TODO: Cancel without spending points if there are no unidentified items if(!freebie) univ.party[pc_num].cur_sp -= (*spell_num).cost; if(!univ.scenario.is_legacy && is_town()) {