Fix issues in special node field prompts

- Typos
- Unnecessary range specifications
- Prompts overflowing the available space
- A few other things
This commit is contained in:
2025-03-06 09:51:35 -05:00
committed by Celtic Minstrel
parent ff20b340e8
commit 643035d29b
6 changed files with 52 additions and 50 deletions

View File

@@ -170,7 +170,9 @@ namespace{
node_properties_t S_TALK = node_builder_t(eSpecType::START_TALK)
.pict(PIC_TALK)
.ex1a(STRT_TALK)
.ex1b(STRT_MONST)
.when(eSpecField::PICT == -1, 1)
.ex1b(STRT_MONST)
.end()
.jump(eSpecPicker::NONE);
node_properties_t S_QUEST = node_builder_t(eSpecType::UPDATE_QUEST)
.msg()