From 2953e4e9effebc47f4a67f4a62408f540890a2f3 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 27 Feb 2019 16:05:50 -0500 Subject: [PATCH] club actually needed fixed this time --- src/uncategorized/club.tw | 14 ++++++++------ src/uncategorized/clubAdvertisement.tw | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 176af0c1d34..c2fb50fd9ce 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -88,12 +88,14 @@ $clubNameCaps <<else>> some are augmented by implants. <</if>> - <<if $clubAdsPreg == 1>> - Most of strippers have firm, rounded bellies. - <<elseif $clubAdsPreg == -1>> - Most of the strippers have firm, flat bellies. - <<else>> - Some of the strippers are pregnant. + <<if $seePreg == 1>> + <<if $clubAdsPreg == 1>> + Most of strippers have firm, rounded bellies. + <<elseif $clubAdsPreg == -1>> + Most of the strippers have firm, flat bellies. + <<else>> + Some of the strippers are pregnant. + <</if>> <</if>> <<if $clubAdsModded == 1>> Everything is heavily pierced and tattooed. diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index ea30c0798cc..769010969f5 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -79,12 +79,14 @@ <<else>> some are augmented by implants. <</if>> - <<if $clubAdsPreg == 1>> - Most of strippers have firm, rounded bellies. - <<elseif $clubAdsPreg == -1>> - Most of the strippers have firm, flat bellies. - <<else>> - Some of the strippers are pregnant. + <<if $seePreg == 1>> + <<if $clubAdsPreg == 1>> + Most of strippers have firm, rounded bellies. + <<elseif $clubAdsPreg == -1>> + Most of the strippers have firm, flat bellies. + <<else>> + Some of the strippers are pregnant. + <</if>> <</if>> <<if $clubAdsModded == 1>> Everything is heavily pierced and tattooed. -- GitLab