Skip to content
Snippets Groups Projects
Commit 8f5163ea authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix incub report note

parent c0500337
No related branches found
No related tags found
1 merge request!8178fix incub report note
......@@ -815,8 +815,8 @@
<<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 25, 30000)>>
<<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>>
<<set $tanks[_inc].hormoneBalance = Math.clamp($tanks[_inc].hormoneBalance, -500, 500)>>
<<set $tanks[_inc].foreskin = $tanks[_inc].dick>> //simple, clean way of making sure foreskins and scrotums grow appropriately
<<set $tanks[_inc].scrotum = $tanks[_inc].balls>> //if we want dicks/balls to outgrow foreskins/scrotums, this will have to be removed
<<set $tanks[_inc].foreskin = $tanks[_inc].dick>> /*simple, clean way of making sure foreskins and scrotums grow appropriately*/
<<set $tanks[_inc].scrotum = $tanks[_inc].balls>> /*if we want dicks/balls to outgrow foreskins/scrotums, this will have to be removed*/
<br><br>
<</for>>
......
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