editor explain Kill/Raise Dead ex1c

This commit is contained in:
2025-09-05 12:56:05 -05:00
parent 14288192e8
commit f1392ed778
2 changed files with 3 additions and 2 deletions

View File

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

View File

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