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)