diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 6a32b49a9b59ba73570ad96e7a65a67d27f1615d..450647f94a827b53b63ddffdc6e6a067a18a0162 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -636,8 +636,6 @@ Its advertisements feature some girls that are tattooed and pierced, and some that aren't. <<set _ads = 0>> <</if>> - Most customers prefer heavily pierced and tattoed girls. - <<set _pref = 1>> <</if>> <<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>> Most customers prefer heavily pierced and tattoed girls. @@ -659,10 +657,10 @@ <<set _pref = 0>> <</if>> <<if (_modded > (_DL/2))>> - <<set _girls = -1>> + <<set _girls = 1>> Most of the slaves in the brothel are heavily pierced and tattoed.<br> <<elseif (_unmodded > (_DL/2))>> - <<set _girls = 1>> + <<set _girls = -1>> Most of the slaves in the brothel have natural unmodded bodies.<br> <<else>> <<set _girls = 0>> @@ -727,10 +725,10 @@ <<set _pref = 0>> <</if>> <<if (_implanted > (_DL/2))>> - <<set _girls = -1>> + <<set _girls = 1>> Most of the slaves in the brothel are heavily implanted or surgically enhanced.<br> <<elseif (_pure > (_DL/2))>> - <<set _girls = 1>> + <<set _girls = -1>> Most of the slaves in the brothel have naturally pure bodies.<br> <<else>> <<set _girls = 0>> diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index 2c4c838d626c7b0aa376647c1f1a29c44e18c1bf..5247da5e63c607f5fb729047cc05bd17f5c3a259 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -408,10 +408,10 @@ <<set _pref = 0>> <</if>> <<if (_modded > (_DL/2))>> - <<set _girls = -1>> + <<set _girls = 1>> Most of the slaves in the club are heavily pierced and tattoed.<br> <<elseif (_unmodded > (_DL/2))>> - <<set _girls = 1>> + <<set _girls = -1>> Most of the slaves in the club have natural unmodded bodies.<br> <<else>> <<set _girls = 0>> @@ -476,10 +476,10 @@ <<set _pref = 0>> <</if>> <<if (_implanted > (_DL/2))>> - <<set _girls = -1>> + <<set _girls = 1>> Most of the slaves in the club are heavily implanted or surgically enhanced.<br> <<elseif (_pure > (_DL/2))>> - <<set _girls = 1>> + <<set _girls = -1>> Most of the slaves in the club have naturally pure bodies.<br> <<else>> <<set _girls = 0>>