Browse Source

Lactation now calculated in microliters; early production should increase properly now

centerflag982 6 years ago
parent
commit
c121f88c04
4 changed files with 14 additions and 14 deletions
  1. 1 1
      locations/cum_arrcheat
  2. 7 7
      locations/femcyc
  3. 4 4
      locations/kafe2
  4. 2 2
      locations/shortgs

+ 1 - 1
locations/cum_arrcheat

@@ -26,7 +26,7 @@ else
 	$cycletemp[2]= ''
 end
 if lactate > 0:
-	$cycletemp[3]= '. You are lactating. You currently have <<lactatemv>> millilitres of milk stored, with a capacity of <<lactatemm>> millilitres'
+	$cycletemp[3]= '. You are lactating. You currently have <<lactatemv/10>> millilitres of milk stored, with a capacity of <<lactatemm/10>> millilitres'
 else
 	$cycletemp[3]= ''
 end

+ 7 - 7
locations/femcyc

@@ -208,21 +208,21 @@ if $ARGS[0] = '':
 	if lactate > 0:
 		if lactatemv <= 0:
 			lactatemv = 0
-			if lactatemm < pcs_cupsize*4 and milkgrowday < daystart:
-				lactatemm += 1
-				lactatemv += 1
+			if lactatemm < pcs_cupsize*40 and milkgrowday < daystart:
+				lactatemm += 10
+				lactatemv += 10
 				milkgrowday = daystart
 			elseif milkgrowday < daystart:
 				if rand(0,30) = 0: pcs_cupsize += 1
 				milkgrowday = daystart
-				lactatemv += 1
+				lactatemv += 10
 			end
 		elseif lactatemv < lactatemm:
 			lactatemv += lactatemm/20
 		elseif lactatemv = lactatemm and milkgrowday < daystart:
 			milkgrowday = daystart
-			lactatemm -= 1
-			lactatemv -= 1
+			lactatemm -= 10
+			lactatemv -= 10
 			if rand(0,90) = 0: pcs_cupsize -= 1
 		elseif lactatemv > lactatemm:
 			lactatemv = lactatemm
@@ -716,7 +716,7 @@ if $ARGS[0] = 'preg':
 			'You begin lactating'
 			lactate = 1
 			lactatemv = 0
-			lactatemm = 10
+			lactatemm = 100
 		else
 			if lactate < 1: lactate = 1
 		end

+ 4 - 4
locations/kafe2

@@ -694,8 +694,8 @@ if $ARGS[0] = 'margoshower':
 	
 		if lactate = 1:
 			'You feel your breasts let down, as Margaret continues to suck on your nipples'
-			minut += (lactatemv/10)
-			if lactatemv > 80:
+			minut += (lactatemv/100)
+			if lactatemv > 800:
 				'She sucks for a long while, drinking a full belly of your ample milk.'
 				lactatemv = 0
 			else
@@ -786,8 +786,8 @@ if $ARGS[0] = 'margoroom3':
 		
 		if lactate = 1:
 			'You feel your breasts let down, as Margaret continues to suck on your nipples'
-			minut += (lactatemv/10)
-			if lactatemv > 80:
+			minut += (lactatemv/100)
+			if lactatemv > 800:
 				'She sucks for a long while, drinking a full belly of your ample milk.'
 				lactatemv = 0
 			else

+ 2 - 2
locations/shortgs

@@ -26,7 +26,7 @@ if $ARGS[0] = 'milk_me':
 		'You can''t use it here.'
 	elseif lactatemv > 0 and pain['nipples'] < 60:
 		'<center><img <<$set_imgh>> src="images/pc/body/tits/pump_lactating.jpg"></center>'
-		'You attach the pump to your breast and start rythmically squeezing the bulb until your breasts feel empty.<br>You give it a few more pumps and detach the pump.<br>You filled the bottle with <<lactatemv>>ml of your milk.'
+		'You attach the pump to your breast and start rythmically squeezing the bulb until your breasts feel empty.<br>You give it a few more pumps and detach the pump.<br>You filled the bottle with <<lactatemv/10>>ml of your milk.'
 		breastcounter += 1
 		lactatemv = 0
 		if breastpumped = 1:pain['nipples'] += 10 & 'Your nipples are feeling sore.'
@@ -39,7 +39,7 @@ if $ARGS[0] = 'milk_me':
 			'As usual, you attach the pump but after a few pumps white liquid suddenly starts spurting from your nipples.<br>You started lactating!'
 			lactate = 1
 			lactatemv = 0
-			lactatemm = 10
+			lactatemm = 100
 		else
 			'<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tits>>.jpg"></center>'
 			'You attach the pump to your nipples and start squeezing the bulb. The vacuum feels good on your nipples.<br>A few droplets of liquid come out of your nipples but it is not milk.'