From 61c00759dc20c1f5b95bbfdfb680fb0e3588d058 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 16 May 2018 20:07:14 -0400 Subject: [PATCH] Fix reversion of patched bugfixes. --- src/pregmod/reMaleCitizenHookup.tw | 2 +- src/uncategorized/generateXYSlave.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw index 14e2cf14444..417acb7e01d 100644 --- a/src/pregmod/reMaleCitizenHookup.tw +++ b/src/pregmod/reMaleCitizenHookup.tw @@ -128,7 +128,7 @@ But tonight, you've put in an appearance. Your citizens are drinking your <<if $ <<default>> cute young man <</switch>> -sidles up to you. <<if _FS != "Gender Radicalist">>He begins to introduce herself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet him by name, which people have never learned not to be impressed by<<else>>She begins to introduce herself and, not to your surprise, she is in fact a he<</if>>. He gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite his sincere interest, he's obviously got something else on his mind. +sidles up to you. <<if _FS != "Gender Radicalist">>He begins to introduce himself, but one of the advantages of your connection to the arcology is that you always know who everyone is, and you greet him by name, which people have never learned not to be impressed by<<else>>She begins to introduce herself and, not to your surprise, she is in fact a he<</if>>. He gushes about some of your recent <<if _FS != "none">>_FS <</if>>actions, displaying an unusual grasp of what you've been planning. Despite his sincere interest, he's obviously got something else on his mind. <br><br> He's yours for the taking, if you want him, and if his praise and proximity weren't enough to make that clear, he manages to <<switch _FS>> diff --git a/src/uncategorized/generateXYSlave.tw b/src/uncategorized/generateXYSlave.tw index bfa6182e070..aa70c708664 100644 --- a/src/uncategorized/generateXYSlave.tw +++ b/src/uncategorized/generateXYSlave.tw @@ -421,7 +421,7 @@ <<set $activeSlave.foreskin = 98>> <<case "Djiboutian" "Eritrean" "Ivorian" "Libyan" "Saudi" "Uzbek">> <<set $activeSlave.foreskin = 97>> - <<case "Nigerien" "Pakistani" "Sierra "Turkmen" "Zairian" Leonean">> + <<case "Nigerien" "Pakistani" "Sierra Leonean" "Turkmen" "Zairian">> <<set $activeSlave.foreskin = 96>> <<case "a Cook Islander" "Egyptian" "Gambian" "Malagasy" "Nauruan" "Ni-Vanuatu" "Niuean" "Palauan" "Samoan" "a Solomon Islander" "Togolese" "Tongan" "Tuvaluan">> <<set $activeSlave.foreskin = 95>> -- GitLab