From e7bc0e22389963447d2d95d8e4c97c433c11e17c Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 6 Apr 2020 21:28:26 -0700 Subject: [PATCH] Correct wrong variable name --- src/societies/aztec/slaveSacrifice.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index b4ce9a4a5a3..003932c6b0d 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -255,7 +255,7 @@ <</if>> <<run healthDamage($activeSlave, 20)>> The penance put $his body through great stress @@.red;which impacted $his health.@@ - <<set $currentRule.addict = 5>> + <<set $activeSlave.addict = 5>> <<set $activeSlave.clothes = "no clothing">> <<if ($activeSlave.devotion > 50)>> -- GitLab