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

@@ -169,6 +169,7 @@ namespace{
node_properties_t S_PAUSE = node_builder_t(eSpecType::PAUSE);
node_properties_t S_TALK = node_builder_t(eSpecType::START_TALK)
.pict(PIC_TALK)
.ex1a(STRT_TALK)
.ex1b(STRT_MONST)
.jump(eSpecPicker::NONE);
node_properties_t S_QUEST = node_builder_t(eSpecType::UPDATE_QUEST)

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) {