From f3ce3b7bb432d068f62ce043343641ad4bee1101 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Sat, 31 Mar 2018 00:58:22 -0400 Subject: [PATCH] Spelling --- src/pregmod/organFarmOptions.tw | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 18c8b5136ad..739bef91d1b 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -212,7 +212,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <<if $animalParts != 0>> <<if $slaveOrgans.mpregPig != 1>> @@ -223,7 +223,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <<if $slaveOrgans.mpregDog != 1>> <br> @@ -233,7 +233,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr <<set _newOrgan.ID = $activeSlave.ID>> <<set $organs.push(_newOrgan)>> <<goto "Remote Surgery">> - <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female repoductive organs for successful implantation// + <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> <</if>> <</if>> -- GitLab