From b8a6da3f9a799cecd40e2bb1aff5c911074422c7 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 11 Sep 2020 23:35:16 -0400 Subject: [PATCH] adjust adjustment to traitors --- src/uncategorized/pCoupAttempt.tw | 2 +- src/uncategorized/pCoupBetrayal.tw | 2 +- src/uncategorized/pTraitorMessage.tw | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index 2e6e059c1ee..bda875b1d9e 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -3,7 +3,7 @@ <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $daughtersVictory = 1>> <<if $traitor != 0>> - <<set _weeks = $traitorWeeks, _pregWeeks = $traitorWeeks, $traitorWeeks = 0>> + <<set _weeks = $traitorWeeks-1, _pregWeeks = $traitorWeeks-1, $traitorWeeks = 0>> <<set WombProgress($traitor, _pregWeeks, _pregWeeks)>> /* In all cases should be done */ <<set WombUpdatePregVars($traitor)>> diff --git a/src/uncategorized/pCoupBetrayal.tw b/src/uncategorized/pCoupBetrayal.tw index 8fbf09d3391..9c47bad358b 100644 --- a/src/uncategorized/pCoupBetrayal.tw +++ b/src/uncategorized/pCoupBetrayal.tw @@ -2,7 +2,7 @@ <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $daughtersVictory = 1>> -<<set _weeks = $traitorWeeks, _pregWeeks = $traitorWeeks, $traitorWeeks = 0>> +<<set _weeks = $traitorWeeks-1, _pregWeeks = $traitorWeeks-1, $traitorWeeks = 0>> <<set WombProgress($traitor, _pregWeeks, _pregWeeks)>> /* In all cases should be done */ <<set WombUpdatePregVars($traitor)>> diff --git a/src/uncategorized/pTraitorMessage.tw b/src/uncategorized/pTraitorMessage.tw index 446aa5072ab..f4cb04d78a0 100644 --- a/src/uncategorized/pTraitorMessage.tw +++ b/src/uncategorized/pTraitorMessage.tw @@ -1,7 +1,7 @@ :: P traitor message [nobr] <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">> -<<set _weeks = $traitorWeeks, _pregWeeks = $traitorWeeks, $traitorWeeks = 1>> +<<set _weeks = $traitorWeeks-1, _pregWeeks = $traitorWeeks-1, $traitorWeeks = 1>> <<setLocalPronouns $traitor>> /* ------------------ pregnancy setup start here----------------- */ @@ -44,7 +44,7 @@ <<set $traitor.hLength += _weeks>> <</if>> <</if>> -/*<<run ageSlaveWeeks($traitor, _weeks)>>*/ +<<run ageSlaveWeeks($traitor, _weeks)>> The month after freeing $traitor.slaveName, you receive another message from the Daughters of Liberty. This one contains a video. It shows $traitor.slaveName sitting quietly at a table<<if _wasPreg != _isPreg>>, no longer clearly pregnant<</if>>, wearing comfortable clothes and eating a nice meal. <<if $traitorType == "agent">> -- GitLab