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

Reversed inequalities

parent 88ec3801
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1130Fixes
......@@ -252,11 +252,11 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
extremely weak.
<</if>>
Her breasts are projected to be
<<if $tanks[$i].boobs >= 799>>
<<if $tanks[$i].boobs <= 799>>
of normal size,
<<elseif $tanks[$i].boobs >= 1799>>
<<elseif $tanks[$i].boobs <= 1799>>
of generous size,
<<elseif $tanks[$i].boobs >= 3249>>
<<elseif $tanks[$i].boobs <= 3249>>
of incredible size,
<<else>>
of humongous size,
......
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