Ver Fonte

Merge branch 'working'

ADCSux há 2 anos atrás
pai
commit
2e2c890d44
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      locations/body.qsrc

+ 3 - 2
locations/body.qsrc

@@ -450,7 +450,7 @@ if $ARGS[0] = 'UpdateBodyImage':
 		end
 	elseif (knowpreg = 1 or (preg = 1 and thinkpreg = 1) or (preg = 1 and PregChem > 3600)) and bodet ! 3 and bdsetlock = 0:
 		bodset = 3
-	elseif preg = 0 and bodset = 3 and bdsetlock = 0:
+	elseif preg = 0 and bdsetlock = 0:
 		if strenbuf >= 70:
 			bodset = 2
 		elseif strenbuf <= 40:
@@ -577,9 +577,10 @@ if $ARGS[0] = 'initial':
 	killvar 'gmstrtflag'
 	newbdsp = 1
 	!!	This does all the body shape setting before the first stat call
-	gs $this, 'UpdateBodyMeasurement'
+	gs 'body', 'UpdateBodyMeasurement'
 	pcs_weight = func($this, 'CalcWeight')
 	pcs_bmi = func($this, 'CalcBMI')
+	gs 'body', 'UpdateBodyImage'
 	gs 'body_desc', 'BMI'
 end