Browse Source

[changed] tweaked some lake images

Anya 2 years ago
parent
commit
021ee83a95
1 changed files with 11 additions and 9 deletions
  1. 11 9
      locations/pav_lake.qsrc

+ 11 - 9
locations/pav_lake.qsrc

@@ -219,7 +219,7 @@ if month >= 5 and month <= 9:
 	end
 end
 
-if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
+if temper >= 15 and month >= 5 and month <= 9 and hour >= 6 and hour <=20:
 	act 'Take a walk along the beach':
 		*clr & cla
 		menu_off = 1
@@ -227,16 +227,18 @@ if temper >= 15 and month>=5 and month<=9 and hour>=6 and hour<=20:
 		pcs_mood += 5
 		gs'stat'
 
-		if (PCloswimwear = 1) and pcs_hips<=90:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini0,'+rand(0,3)+'.jpg"></center>'
-		elseif (PCloswimwear = 1) and pcs_hips >= 90 and pcs_hips<=110:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,0.jpg"></center>'
-		elseif (PCloswimwear = 1) and pcs_hips>=110:
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,1.jpg"></center>'
-			if pcs_inhib < 50:inhib_exp += rand(1,2)
-		elseif $clothingworntype = 'nude':
+		if $clothingworntype = 'nude':
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/walknude.jpg"></center>'
 			inhib_exp += rand(1,3)
+		elseif PCloswimwear = 1:
+			if pcs_hips >= 110:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,1.jpg"></center>'
+			elseif bmi_calc > 24:
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini.fat0,0.jpg"></center>'
+			else
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk.bikini0,'+rand(0,3)+'.jpg"></center>'
+			end
+			if pcs_inhib < 50:inhib_exp += rand(1,2)
 		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/lake.walk0,'+rand(0,2)+'.jpg"></center>'
 		end