Skip to content
Snippets Groups Projects
Commit 0c38aace authored by Pregmodder's avatar Pregmodder
Browse files

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

StartingGirls remodel

See merge request !6676
parents 6e8010e6 72c63291
No related branches found
No related tags found
1 merge request!6676StartingGirls remodel
...@@ -31,6 +31,7 @@ App.StartingGirls.cleanup = function(slave) { ...@@ -31,6 +31,7 @@ App.StartingGirls.cleanup = function(slave) {
slave.height = Math.clamp(slave.height, 85, 274) || 140; slave.height = Math.clamp(slave.height, 85, 274) || 140;
slave.boobs = Math.clamp(Math.trunc(slave.boobs/50)*50, 0, 50000) || 200; slave.boobs = Math.clamp(Math.trunc(slave.boobs/50)*50, 0, 50000) || 200;
slave.hLength = Math.clamp(slave.hLength, 0, 500) || 40;
resetEyeColor(slave, "both"); resetEyeColor(slave, "both");
slave.origRace = slave.race; slave.origRace = slave.race;
......
This diff is collapsed.
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