relocate creature node use townperson picker

This commit is contained in:
2025-09-04 11:58:14 -05:00
parent 202640a5fc
commit 226a0fd61c

View File

@@ -150,6 +150,7 @@ namespace {
node_properties_t S_WARP = node_builder_t(eSpecType::TOWN_RELOCATE_CREATURE)
.msg()
.loc(eSpecField::EX1A, eSpecField::EX1B, eLocType::ACTIVE_TOWN)
.ex2a(eSpecPicker::TOWNPERSON)
.ex2b(STRT_POS_MODE);
node_properties_t S_LABEL = node_builder_t(eSpecType::TOWN_PLACE_LABEL)
.msg1(eSpecPicker::MSG_SINGLE)