From e7474698c49b682c58beccd1ccabf67f3fb6b80d Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 12 May 2017 17:43:41 -0400 Subject: [PATCH] Fixes. --- src/uncategorized/RETS.tw | 2 +- src/uncategorized/nonRandomEvent.tw | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 5c5d5ca4d4a..3812448fe1f 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -1266,7 +1266,7 @@ Mere moments after you absorb this arresting scene, $RERelationshipSlave.slaveNa <<set $activeSlave.anus += 1>> <</replace>> <</link>> //This option will take anal virginity// -<<link "Girls' butts are for pounding">> +<br><<link "Girls' butts are for pounding">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You tell her that her butt is your property, just like $subSlave.slaveName's. She looks @@.gold;terrified.@@ You continue, telling her to bring your property over to you. She stumbles over, begging, diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw index b4b352480b5..8cae29b765c 100644 --- a/src/uncategorized/nonRandomEvent.tw +++ b/src/uncategorized/nonRandomEvent.tw @@ -20,7 +20,7 @@ <<goto "Assistant Events">> <<elseif (_effectiveWeek == 12) && $PC.vagina > 0 && $raped == -1 && $arcologyUpgrade.drones != 1 && $Bodyguard == 0 && $PC.career != "arcology owner">> <<goto "P raped">> -<<elseif (_effectiveWeek == 14)>> +<<elseif (_effectiveWeek == 14) && $badC != 1>> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].curatives > 1 || $slaves[_i].inflationType == "curative">> <<set $Event = "bad curatives">> @@ -28,6 +28,8 @@ <<break>> <</if>> <</for>> + <<set $badC = 1>> + <<goto "Nonrandom Event">> <<elseif (_effectiveWeek == 17)>> <<set $Event = "shoot invitation">> <<goto "Generic Plot Events">> @@ -53,7 +55,7 @@ <<goto "P raid invitation">> <<elseif (_effectiveWeek == 49) && ($slaveMedic > 0)>> <<goto "P slave medic">> -<<elseif (_effectiveWeek == 52) && ($seeHyperPreg == 1)>> +<<elseif (_effectiveWeek == 52) && ($seeHyperPreg == 1) && $badB != 1>> <<for _i = 0; _i < $slaves.length; _i++>> <<if $slaves[_i].drugs == "breast injections" || $slaves[_i].drugs == "hyper breast injections">> <<set $Event = "bad breasts">> @@ -61,6 +63,8 @@ <<break>> <</if>> <</for>> + <<set $badB = 1>> + <<goto "Nonrandom Event">> <<elseif (_effectiveWeek == 56)>> <<set $collaboration = 0>> <<set $traitor = 0>> -- GitLab