Skip to content
Snippets Groups Projects
Commit 81d58d88 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

Pregmod dev

See merge request !203
parents 80eefe18 4cf726ee
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ else
fi
#Make the output prettier, replacing \t with a tab and \n with a newline
sed -i -e '/^<div id="store-area".*$/s/\\t/\t/g' -e '/^<div id="store-area".*$/s/\\n/\n/g' bin/FC_pregmod.html
sed -i -e '/^<div id="store-area".*$/s/\\t/\t/g' -e '/^<div id="store-area".*$/s/\\n/\n/g' bin/FC_pregmod_$HASH.html
rm -f src/config/start.tw
......
......@@ -419,7 +419,7 @@
<</if>>
<<if $tanks[$i].hips < 2 && random(1,100) > 80>>
The excess estrogen-laced growth hormones @@.green;cause her hips to widen for childbirth.@@
<<set $tanks[$i].hips+ +>>
<<set $tanks[$i].hips++>>
<</if>>
<<if $tanks[$i].butt < 6 && random(1,100) > 70>>
The excess estrogen-laced growth hormones @@.green;cause her rear to grow fatter.@@
......
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