Browse Source

[fixed] switched off magicf2b size change as a quick fix for the breastcream + magic growth. Switched off bcream_used reset in lact_bp.

sandra_schulz 5 years ago
parent
commit
7c72227ad4
2 changed files with 3 additions and 2 deletions
  1. 1 1
      locations/lact_bp.qsrc
  2. 2 1
      locations/lact_lib.qsrc

+ 1 - 1
locations/lact_bp.qsrc

@@ -998,7 +998,7 @@ if $ARGS[0] = 'milking':
 		end
 		if bcream_used = 1:
 			pcs_nips += rand(0,2)
-			bcream_used = 0
+			!!	bcream_used = 0
 		end
 		minut += pumptime
 	elseif lactation['active'] > 0 and pain['nipples'] < 60 and lactation['pc_aware'] <= 0:

+ 2 - 1
locations/lact_lib.qsrc

@@ -255,7 +255,8 @@ if $ARGS[0] = 'BreastGrowth':
 		lactation['magicf2bpercent'] = ((lactation['magicf2bccm']*100)/lactation['nbsizebccm'])
 		!!	writing back nbsize and magicf2b. Silicone does not change
 		nbsize = (func('lact_lib','bccmtosize',lactation['breastccm'])*lactation['nbsizepercent'])/100
-		magicf2b = (func('lact_lib','bccmtosize',lactation['breastccm'])*lactation['magicf2bpercent'])/100
+		!!	switching off the magicf2b recalculation. Seems to cause issues, and will not caused issues to gameplay if removed.
+		!!	magicf2b = (func('lact_lib','bccmtosize',lactation['breastccm'])*lactation['magicf2bpercent'])/100
 		lactation['nbsizechange'] = nbsize
 		lactation['magicf2bchange'] = magicf2b
 		lactation['siliconechange'] = silicone