From f35eb39023251293ef481e481b02381a0fb9103c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 6 Jan 2019 18:22:27 -0500 Subject: [PATCH] Reversed ovary implants --- src/uncategorized/remoteSurgery.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 369c16ecad4..1d3ef377d2f 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -880,11 +880,11 @@ Work on $his sex: One has been replaced with a sperm producing analog for self-fertilization. <</switch>> <<else>> - <<if $sympatheticOvaries == 1>> + <<if $fertilityImplant == 1>> <br> [[Install fertility implants|Surgery Degradation][$activeSlave.ovaImplant = "fertility",$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "ovaImplant added"]] <</if>> - <<if $fertilityImplant == 1>> + <<if $sympatheticOvaries == 1>> <br> [[Install sympathetic ovulation implants|Surgery Degradation][$activeSlave.ovaImplant = "sympathy",$cash -= $surgeryCost, $activeSlave.health -= 10,$surgeryType = "ovaImplant added"]] <</if>> -- GitLab