editor explain Kill/Raise Dead ex1c

This commit is contained in:
2025-09-05 12:56:05 -05:00
parent c39c16f6bf
commit f58cef79df
2 changed files with 2 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ Unused
Unused Unused
PC Status PC Status
0 - raise dead, 1 - hurt 0 - raise dead, 1 - hurt
Unused 0 - no saving throw, 1 - saving throw allowed
Unused Unused
Unused Unused
Unused Unused

View File

@@ -40,6 +40,7 @@ namespace {
.msg() .msg()
.ex1a(STRT_STATUS) .ex1a(STRT_STATUS)
.ex1b(eSpecPicker::TOGGLE); .ex1b(eSpecPicker::TOGGLE);
.ex1c(eSpecPicker::TOGGLE);
node_properties_t S_STATUS = node_builder_t(eSpecType::AFFECT_STATUS) node_properties_t S_STATUS = node_builder_t(eSpecType::AFFECT_STATUS)
.msg() .msg()
.ex1b(eSpecPicker::TOGGLE) .ex1b(eSpecPicker::TOGGLE)