Explorar el Código

[fixed] Should ensure that bust and butt don't shrink when you have a healthy weight

anjuna krokus hace 5 meses
padre
commit
d77e3b66f2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      locations/body.qsrc

+ 2 - 2
locations/body.qsrc

@@ -639,7 +639,7 @@ if $ARGS[0] = 'Redistribute_Mass':
 			temp_mass_bust = (pcs_mass['bust_gen'] * temp_total_mass) / temp_tot_gen_mass
 
 				!!----------- Small -----------!!
-			if pcs_mass['body'] >= 60 and pcs_mass['bust'] < pcs_mass['bust_gen']:
+			if pcs_mass['body'] >= 50 and pcs_mass['bust'] < pcs_mass['bust_gen']:
 				if pcs_mass['bust'] < pcs_mass['bust_gen']:
 					if bodyresetflag = 0: '<b>Your breasts seem fuller.</b>'
 
@@ -668,7 +668,7 @@ if $ARGS[0] = 'Redistribute_Mass':
 			temp_mass_ass  = (pcs_mass['butt_gen']  * temp_total_mass) / temp_tot_gen_mass
 
 				!!----------- Small -----------!!
-			if pcs_mass['body'] >= 60 and pcs_mass['butt'] < pcs_mass['butt_gen']:
+			if pcs_mass['body'] >= 50 and pcs_mass['butt'] < pcs_mass['butt_gen']:
 				if bodyresetflag = 0: '<b>Your ass seem fuller.</b>'
 
 				temp_diff = min(pcs_mass['butt_gen'] - pcs_mass['butt'], 3)