Browse Source

[edit] I changed the picture for swimming from the lake one to indoor pictures. One of them is for a pregnant Sveta. Images have been sent to nutluck.

CroWke 5 years ago
parent
commit
c6f2b54dd2
1 changed files with 6 additions and 3 deletions
  1. 6 3
      locations/bass.qsrc

+ 6 - 3
locations/bass.qsrc

@@ -143,9 +143,12 @@ if $ARGS[0] = 'a':
 		gs 'exercise', 'tier1', 60, 'stren_exp'
 		pcs_sweat = 10 + rand(0,4)
 		if pcs_inhib < 50:inhib_exp += rand(1,2)
-			
-		'<center><img <<$set_imgh>> src="images/locations/shared/lake/swim.jpg"></center>'
-		'You take a swim in the pool, which invigorates you making you feel refreshed.'
+		if pregtime < 150:	
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/poolswim.jpg"></center>'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/poolswimpreg.jpg"></center>'
+		end
+		'You take a swim in the pool, which invigorates you, making you feel refreshed.'
 
 		act 'Get out of the water':gt 'bass', 'start'
 	end