Browse Source

[fixed] missing : in lact_lib

julzor 5 years ago
parent
commit
1d0c0e4884
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/grandpahelp.qsrc
  2. 1 1
      locations/lact_lib.qsrc

+ 1 - 1
locations/grandpahelp.qsrc

@@ -287,5 +287,5 @@ if $ARGS[0] = 'pickforest':
 	act 'Go':gt'Gadhouse'
 end
 
---grandpahelp ---------------------------------
+--- grandpahelp ---------------------------------
 

+ 1 - 1
locations/lact_lib.qsrc

@@ -301,7 +301,7 @@ if $ARGS[0] = 'BreastGrowth':
 		!!	there is no else on purpose, because nothing should happen to svetas breasts if nothing else changes
 		if  (lactation['nbsizechange'] + lactation['siliconechange'] + lactation['magicf2bchange']) <> (nbsize + magicf2b + silicone):
 			func('lact_lib','breastrecalc')	
-			if lactation['alveolicount_change'] <> lactation['alveolicount'] or lactation['alveoliexpandlvl_change'] <> lactation['alveoliexpandlvl']
+			if lactation['alveolicount_change'] <> lactation['alveolicount'] or lactation['alveoliexpandlvl_change'] <> lactation['alveoliexpandlvl']:
 				func('lact_lib','breastgrowthcalc')
 			end
 		elseif lactation['alveolicount_change'] <> lactation['alveolicount'] or lactation['alveoliexpandlvl_change'] <> lactation['alveoliexpandlvl']: