Implement the special version of the skill picker for the Has Enough of Statisic? node

This commit is contained in:
2025-03-02 20:19:50 -05:00
committed by Celtic Minstrel
parent 50637d3ddd
commit aad5460acb
4 changed files with 16 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ namespace {
.ex2b(STRT_CMP);
node_properties_t S_STAT = node_builder_t(eSpecType::IF_STATISTIC)
.ex1b(eSpecPicker::NODE)
.ex2a(+STRT_SKILL)
.ex2a(STRT_SKILL_CHECK)
.ex2b(STRT_ACCUM);
node_properties_t S_TEXT = node_builder_t(eSpecType::IF_TEXT_RESPONSE)
.msg1(+eSpecPicker::MSG_SINGLE)