Skip to content
Snippets Groups Projects
Commit f3ce3b7b authored by kopareigns's avatar kopareigns
Browse files

Spelling

parent 24e762ac
No related branches found
No related tags found
2 merge requests!2047RA rework,!1693Spelling Take 300
...@@ -212,7 +212,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr ...@@ -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 _newOrgan.ID = $activeSlave.ID>>
<<set $organs.push(_newOrgan)>> <<set $organs.push(_newOrgan)>>
<<goto "Remote Surgery">> <<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 $animalParts != 0>> <<if $animalParts != 0>>
<<if $slaveOrgans.mpregPig != 1>> <<if $slaveOrgans.mpregPig != 1>>
...@@ -223,7 +223,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr ...@@ -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 _newOrgan.ID = $activeSlave.ID>>
<<set $organs.push(_newOrgan)>> <<set $organs.push(_newOrgan)>>
<<goto "Remote Surgery">> <<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 $slaveOrgans.mpregDog != 1>> <<if $slaveOrgans.mpregDog != 1>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
...@@ -233,7 +233,7 @@ The fabricator is ready to grow an organ for $object. Extract tissue to begin gr ...@@ -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 _newOrgan.ID = $activeSlave.ID>>
<<set $organs.push(_newOrgan)>> <<set $organs.push(_newOrgan)>>
<<goto "Remote Surgery">> <<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>> <</if>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment