diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index 39b7fe76b607094bba1a117383c1dc2549e110d6..ecf2756e30515d9d1d216b4228961b7a9b33c474 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -1,5 +1,5 @@ :: P coup attempt [nobr] - + <<set $nextButton to "Continue">> <<set $nextLink to "Random Nonindividual Event">> <<set $nextButton to "Continue">> @@ -40,7 +40,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<for $i to 0; $i < $j; $i++>> <<display "Generate XY Slave">> <<set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -56,7 +56,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<for $i to 0; $i < $j; $i++>> <<display "Generate XX Slave">> <<set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -77,7 +77,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set $activeSlave.assignment to "rest">> <<set $activeSlave.health = random(-80,-60)>> <<set $activeSlave.origin to "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -90,7 +90,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<display "Generate XX Slave">> <</if>> <<set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -111,7 +111,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<set $activeSlave.assignment to "rest">> <<set $activeSlave.health = random(-80,-60)>> <<set $activeSlave.origin to "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -127,7 +127,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<for $i to 0; $i < $j; $i++>> <<display "Generate XY Slave">> <<set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -143,7 +143,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <<for $i to 0; $i < $j; $i++>> <<display "Generate XX Slave">> <<set $activeSlave.origin to "She is an enslaved Daughter of Liberty.">> - <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> + <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> <<set $genePool.push($activeSlave)>> @@ -183,7 +183,7 @@ You are awakened in the middle of the night by a jolt that shakes the entire arc <br><<click "Enslave all of your prisoners">> <<replace "#result">> - + You simply enslave all of the prisoners yourself. You will make them pay for attacking your arcology. <</replace>> <</click>> diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw index 7489280753ba5a0dc9218b46b4fea0bb61f8e341..0f6908855ac82ca787a99d3dae5e6a706a9e3c3c 100644 --- a/src/uncategorized/reLegendaryWhore.tw +++ b/src/uncategorized/reLegendaryWhore.tw @@ -1,4 +1,4 @@ -:: RE legendary Whore +:: RE legendary whore <<nobr>> diff --git a/src/uncategorized/reShippingContainer.tw b/src/uncategorized/reShippingContainer.tw index b489a7ab749e0333f79a3c65bb23e414762908b6..5a3f48c178ee697f3c8df748fed8f35b76e685fd 100644 --- a/src/uncategorized/reShippingContainer.tw +++ b/src/uncategorized/reShippingContainer.tw @@ -15,7 +15,7 @@ <<if ($universalRulesNewSlavesRA == 1) && ($autoRulesAssistant != 0)>> <<AutoRulesActivate 1>> <</if>> - <<set $genePool($activeSlave)>> + <<set $genePool.push($activeSlave)>> <<set $slaves.push($activeSlave)>> <</for>> <<set $helots += 25>>