From 52dfba276c2ddab54097706b3c7556cb3b4a44f6 Mon Sep 17 00:00:00 2001 From: dikbutdagrate <73856869+Tjudge1@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:24:57 -0400 Subject: [PATCH] Update secret.lua Fixed typo preventing necromancers from making experiments. --- .../scripts/generators/interactions/secret.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vanilla_procedural/scripts/generators/interactions/secret.lua b/vanilla_procedural/scripts/generators/interactions/secret.lua index 4a43625..4cdd635 100644 --- a/vanilla_procedural/scripts/generators/interactions/secret.lua +++ b/vanilla_procedural/scripts/generators/interactions/secret.lua @@ -146,8 +146,7 @@ interactions.secrets.necromancer=function(idx,sph) [SYN_CONCENTRATION_ADDED:1000:0]//just in case [CE_DISPLAY_TILE:TILE:165:5:0:1:START:0:ABRUPT] [CE_DISPLAY_NAME:NAME:necromancer:necromancers:necromantic:START:0:ABRUPT] - [CE_ADD_TAG:NOEXERT:NO_AGING:NO_EAT:NO_DRINK:NO_SLEEP:NO_PHYS_ATT_GAIN:NO_PHYS_ATT_RUST] - ]]..(experimenter and ":NIGHT_CREATURE_EXPERIMENTER" or "")..[[:START:0:ABRUPT] + [CE_ADD_TAG:NOEXERT:NO_AGING:NO_EAT:NO_DRINK:NO_SLEEP:NO_PHYS_ATT_GAIN:NO_PHYS_ATT_RUST]]..(experimenter and ":NIGHT_CREATURE_EXPERIMENTER" or "")..[[:START:0:ABRUPT] [CE_CHANGE_PERSONALITY:FACET:ANXIETY_PROPENSITY:50:FACET:TRUST:-50:START:0:ABRUPT] [CE_CAN_DO_INTERACTION:START:0:ABRUPT] [CDI:ADV_NAME:Animate corpse] @@ -348,4 +347,4 @@ interactions.secrets.necromancer=function(idx,sph) local spheres={"DEATH"} if summon then spheres[2]="NIGHTMARES" end return {raws=tbl,weight=1,spheres=spheres} -end \ No newline at end of file +end