From 754a30e8625c4e5318760b063e869b1714316912 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 2 Jun 2020 20:43:34 -0400 Subject: [PATCH] Fixes --- src/uncategorized/brothelReport.tw | 4 ++-- src/uncategorized/saLongTermEffects.tw | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index fd1b2b681c5..c6c5413c846 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -156,10 +156,10 @@ <<if (_DL+$brothelSlavesGettingHelp < 10)>> <<set $i = _FLs>> /* apply following SA passages to facility leader */ - <<setLocalPronouns _slave>> + <<setLocalPronouns $slaves[$i]>> <<set _oldCash = $cash>> <<if $showEWD != 0>> - <br> $He <<= App.SlaveAssignment.whore(_slave)>> + <br> $He <<= App.SlaveAssignment.whore($slaves[$i])>> <<else>> <<run App.SlaveAssignment.whore($slaves[$i])>> <</if>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 33af59b1cc4..5180a98b77c 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -806,7 +806,7 @@ <</if>> <<elseif ($slaves[$i].behavioralFlaw == "liberated")>> <<if ($slaves[$i].fetish == "masochist")>> - $His subconscious need to be abused has@@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@ + $His subconscious need to be abused has @@.green;converted $his liberated philosophy into an ability to advocate for slavery.@@ <<run SoftenBehavioralFlaw($slaves[$i])>> <</if>> <</if>> -- GitLab