Use the personality picker for the Start Conversation special node

This commit is contained in:
2025-03-06 08:59:20 -05:00
committed by Celtic Minstrel
parent b0d84b1edb
commit c1303f6e97
2 changed files with 2 additions and 0 deletions

View File

@@ -1135,6 +1135,7 @@ static bool edit_spec_enc_value(cDialog& me, std::string item_hit, node_stack_t&
case STRT_SECTOR: title = "Which sector?"; break;
case STRT_BOAT: title = "Which boat?"; break;
case STRT_HORSE: title = "Which horse?"; break;
case STRT_TALK: title = "Which personality?"; break;
default: title = "Title not set for this string type!!!"; break;
}
if(fcn.str_type == STRT_SECTOR && fcn.continuation == eSpecField::NONE) {