From 0d70e85a660e410b9094b41c9ac70d6d730b1e6d Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Tue, 12 Sep 2017 19:55:34 +0200 Subject: [PATCH] Fixed extra <</if>> --- src/uncategorized/saRecruitGirls.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index c11685456ff..a367f37e0ed 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -165,7 +165,7 @@ _influence She advances Physical Idealism there by working out in public<<if $slaves[$i].muscles > 30>>, having physically challenging sex in public, and improving her already impressive musculature in a publicly documented journey of self-improvement<<set $arcologies[_j].FSPhysicalIdealist++>><<else>>and having physically challenging sex in public<</if>>. <<set $arcologies[_j].FSPhysicalIdealist += _influence>> <<elseif $arcologies[_j].FSHedonisticDecadence != "unset">> - She challeges Hedonistic Decadence there by working out in public<<if $slaves[$i].muscles > 30>>, having physically challenging sex in public, and improving her already impressive musculature in a publicly documented journey of self-improvement<<set $arcologies[_j].FSHedonisticDecadence-->><<else>>and having physically challenging sex in public<</if>><</if>>. + She challeges Hedonistic Decadence there by working out in public<<if $slaves[$i].muscles > 30>>, having physically challenging sex in public, and improving her already impressive musculature in a publicly documented journey of self-improvement<<set $arcologies[_j].FSHedonisticDecadence-->><<else>>and having physically challenging sex in public<</if>>. <<set $arcologies[_j].FSHedonisticDecadence -= _influence>> <</if>> <<elseif $arcologies[0].FSHedonisticDecadence != "unset">> -- GitLab