diff --git a/src/scenario/special-general.cpp b/src/scenario/special-general.cpp index 93e43254..9d8f610b 100644 --- a/src/scenario/special-general.cpp +++ b/src/scenario/special-general.cpp @@ -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) diff --git a/src/scenedit/scen.keydlgs.cpp b/src/scenedit/scen.keydlgs.cpp index 80eacc28..76b8a099 100644 --- a/src/scenedit/scen.keydlgs.cpp +++ b/src/scenedit/scen.keydlgs.cpp @@ -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) {