Procházet zdrojové kódy

Merge remote-tracking branch 'Milky_boobs/master'

KevinSmarts před 5 roky
rodič
revize
428d39d8e6
1 změnil soubory, kde provedl 4 přidání a 6 odebrání
  1. 4 6
      locations/lact_lib.qsrc

+ 4 - 6
locations/lact_lib.qsrc

@@ -299,13 +299,11 @@ if $ARGS[0] = 'BreastGrowth':
 		!!	first - check for alveoligrowth: yes, do the crazy stuff
 		!!	first - check for alveoligrowth: yes, do the crazy stuff
 		!!	second - check for nbsize, magicf2b and silicone change
 		!!	second - check for nbsize, magicf2b and silicone change
 		!!	there is no else on purpose, because nothing should happen to svetas breasts if nothing else changes
 		!!	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']
-				func('lact_lib','breastgrowthcalc')
-			end
-		elseif 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')
 			func('lact_lib','breastgrowthcalc')
+		elseif (lactation['nbsizechange'] + lactation['siliconechange'] + lactation['magicf2bchange']) <> (nbsize + magicf2b + silicone):
+			func('lact_lib','breastrecalc')
+		else
 		end
 		end
 	end
 	end
 end
 end