Skip to content
Snippets Groups Projects
Commit 772f0777 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'tankbaby' into 'pregmod-master'

stupid typo fix

See merge request pregmodfan/fc-pregmod!1245
parents c2baf39f bb458c1f
Branches
Tags
1 merge request!1245stupid typo fix
...@@ -578,10 +578,10 @@ ...@@ -578,10 +578,10 @@
<</if>> <</if>>
<<if $incubatorImprintSetting == "terror">> <<if $incubatorImprintSetting == "terror">>
<<set $activeSlave.origin = "She was conditioned from birth into mindless terror in an aging tank.">> <<set $activeSlave.origin = "She was conditioned from birth into mindless terror in an aging tank.">>
$activeSlave.tankBaby = 2; <<set $activeSlave.tankBaby = 2>>
<<else>> <<else>>
<<set $activeSlave.origin = "She was conditioned from birth into trusting obedience in an aging tank.">> <<set $activeSlave.origin = "She was conditioned from birth into trusting obedience in an aging tank.">>
$activeSlave.tankBaby = 1; <<set $activeSlave.tankBaby = 1>>
<</if>> <</if>>
<<set $activeSlave.career = "a slave since birth">> <<set $activeSlave.career = "a slave since birth">>
<<set $activeSlave.birthName = $activeSlave.slaveName>> <<set $activeSlave.birthName = $activeSlave.slaveName>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment