Skip to content
Snippets Groups Projects
Commit 96e5d75b authored by Pregmodder's avatar Pregmodder
Browse files

minor fixes

parent e6616029
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,14 @@ ...@@ -2,9 +2,14 @@
0.10.7.0/1 0.10.7.0/1
2/14/18
349
-minor text fixes
2/13/18 2/13/18
348. 348.1
-added missing "tails" vector -added missing "tails" vector
348 348
......
...@@ -133,7 +133,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -133,7 +133,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<<include "Surgery Degradation">> <<include "Surgery Degradation">>
<<else>> <<else>>
<br><hr> <br><hr>
@@.red;Could not implant eyes on $activeSlave.slaveName: she is not a mute.@@ @@.red;Could not implant vocal cords on $activeSlave.slaveName: she is not mute.@@
<<set $completedOrgans.push(_slaveOrgans.voicebox)>> <<set $completedOrgans.push(_slaveOrgans.voicebox)>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -155,7 +155,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -155,7 +155,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<<include "Surgery Degradation">> <<include "Surgery Degradation">>
<<else>> <<else>>
<br><hr> <br><hr>
@@.red;Could not implant eyes on $activeSlave.slaveName: she already has foreskin.@@ @@.red;Could not implant <<if $activeSlave.dick > 0>>foreskin<<else>>clitoral hood<</if>> on $activeSlave.slaveName: she already has one.@@
<<set $completedOrgans.push(_slaveOrgans.foreskin)>> <<set $completedOrgans.push(_slaveOrgans.foreskin)>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -173,7 +173,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -173,7 +173,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<<include "Surgery Degradation">> <<include "Surgery Degradation">>
<<else>> <<else>>
<br><hr> <br><hr>
@@.red;Could not implant eyes on $activeSlave.slaveName: she already has a prostate.@@ @@.red;Could not implant prostate on $activeSlave.slaveName: she already has a prostate.@@
<<set $completedOrgans.push(_slaveOrgans.prostate)>> <<set $completedOrgans.push(_slaveOrgans.prostate)>>
<</if>> <</if>>
<</if>> <</if>>
...@@ -472,7 +472,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -472,7 +472,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<br><hr> <br><hr>
@@.red;This slave lacks a viable womb to accept fertile ovaries.@@ @@.red;This slave lacks a viable womb to accept fertile ovaries.@@
<<set $completedOrgans.push(_slaveOrgans.freshOvaries)>> <<set $completedOrgans.push(_slaveOrgans.freshOvaries)>>
<</if>> <</if>>
<</if>> <</if>>
/* penis */ /* penis */
<<if _slaveOrgans.penis != 0>> <<if _slaveOrgans.penis != 0>>
......
...@@ -769,7 +769,7 @@ ...@@ -769,7 +769,7 @@
<<else>> <<else>>
<<switch $slaves[$i].diet>> <<switch $slaves[$i].diet>>
<<case "slimming" "restricted">> <<case "slimming" "restricted">>
Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@.lime;sheds pounds@@ even more effectively. Since $pronoun is already on a diet that favors weight loss, her reduced appetite allows $possessive body @@.lime;to shed pounds@@ even more effectively.
<<set $slaves[$i].weight -= 5>> <<set $slaves[$i].weight -= 5>>
<<case "fattening">> <<case "fattening">>
Since $pronoun is on a diet that favors weight gain, $possessive reduced appetite is counter productive; @@.yellow;$possessive drug regimen has been ended.@@ Since $pronoun is on a diet that favors weight gain, $possessive reduced appetite is counter productive; @@.yellow;$possessive drug regimen has been ended.@@
......
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