From 9024c8d16f71ce65aba9955d863dff712f819ecd Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Thu, 16 Aug 2018 08:12:50 -0700 Subject: [PATCH] Bugfixes --- src/societies/aztec/slaveSacrifice.tw | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index d6b7c6d1b25..a8494ceb5b4 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -7,7 +7,7 @@ <<set _activeSlaveRepSacrifice = repGainSacrifice()>> <<if $sacrificeType == "penance">> - /* + You inform $activeSlave.name $he's been chosen to take part as a sacrifice to Xochiquetzal, the goddess of carnal love, excess and sexual release. <<if ($activeSlave.devotion > 50)>> <<if !canTalk($activeSlave)>> @@ -320,14 +320,14 @@ <<set $activeSlave.fetishStrength -= 4>> <<elseif ($activeSlave.sexualFlaw == "self hating")>> <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - The constant depravation of food, sleep and sexual release made $him hate $himself more. As a result $he @.mediumorchid;trusts you less@@ and @@.hotpink;hates you more@@. + The constant depravation of food, sleep and sexual release made $him hate $himself more. As a result $he @@.mediumorchid;trusts you less@@ and @@.hotpink;hates you more@@. <<set $activeSlave.fetishStrength += 7>> <<elseif ($activeSlave.sexualFlaw == "repressed")>> <<set $activeSlave.fetishStrength -= 2>> - The constant shame $he was subjected in such a public way made $him @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. + The constant shame $he was subjected in such a public way made $him @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. <<else>> <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - The lack of food, sleep and the constant arousal with the chastity belt made $him @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. + The lack of food, sleep and the constant arousal with the chastity belt made $him @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. <</if>> <<elseif ($activeSlave.trust < -20)>> @@ -347,25 +347,25 @@ <<set $activeSlave.fetishStrength -= 5>> <<elseif ($activeSlave.sexualFlaw == "repressed")>> <<set $activeSlave.devotion -= 7, $activeSlave.trust -= 7>> - The constant shame $he was subjected in such a public way makes $him @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. + The constant shame $he was subjected in such a public way makes $him @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. <<elseif ($activeSlave.sexualFlaw == "attention whore")>> <<set $activeSlave.devotion -= 7, $activeSlave.trust -= 7>> - $He @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@ for spoiling $his chance for attention and depriving $him of $his audience. + $He @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@ for spoiling $his chance for attention and depriving $him of $his audience. <<set $activeSlave.fetishStrength += 2>> <<elseif ($activeSlave.sexualFlaw == "self hating")>> <<set $activeSlave.devotion -= 7, $activeSlave.trust -= 7>> - The constant depravation of food, sleep and sexual release made $him hate $himself more. As a result $he @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. + The constant depravation of food, sleep and sexual release made $him hate $himself more. As a result $he @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. <<set $activeSlave.fetishStrength += 5>> <<else>> <<set $activeSlave.devotion -= 3, $activeSlave.trust -= 3>> - The lack of food, sleep and the constant arousal with the chastity belt made $him @.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. + The lack of food, sleep and the constant arousal with the chastity belt made $him @@.mediumorchid;trust you less@@ and @@.hotpink;hate you more@@. <</if>> <<if $arcologies[0].FSAztecRevivalist !== "unset" && $arcologies[0].FSAztecRevivalist < 100>> <<set $arcologies[0].FSAztecRevivalist += 1>> <</if>> <<set $slavesSacrificedThisWeek = ($slavesSacrificedThisWeek || 0) + 1>> - */ + <<elseif $sacrificeType == "life">> $He dies screaming as $his still beating heart is ripped out of $his body. <<if _activeSlaveRepSacrifice <= 0>>Nobody cares.<<elseif _activeSlaveRepSacrifice < 10>>The few spectators are suitably impressed.<<elseif _activeSlaveRepSacrifice < 100>>The small crowd appreciates your devotion to the Aztec culture.<<else>>The crowd cheers to the bloody spectacle.<</if>><<if $slaves.length > 0>> On the other hand, your remaining <<if $slaves.length == 1>>slave is<<else>>slaves are<</if>> suitably @@.gold;horrified@@.<</if>> <<set $rep = Math.min(20000, $rep + _activeSlaveRepSacrifice)>> -- GitLab