Browse Source

[fixes] Image corrections and a text edit from Gwen

KevinSmarts 3 years ago
parent
commit
ee26a12141
4 changed files with 6 additions and 7 deletions
  1. 2 2
      locations/AlbStars.qsrc
  2. 1 1
      locations/beg.qsrc
  3. 2 2
      locations/danceclass.qsrc
  4. 1 2
      locations/gdksport.qsrc

+ 2 - 2
locations/AlbStars.qsrc

@@ -267,7 +267,7 @@ if $ARGS[0] = 'starlets':
 	if perform_lvl < 35: perform_exp += 1
 
 	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/fit1.jpg"></center>'
 
 	if pcs_dancero < 15:
 		'Your dancing is terrible and Albina constantly yells at you, calling you a bowlegged cow.'
@@ -336,7 +336,7 @@ if $ARGS[0] = 'starlets':
 					elseif AlbinaQW['StarletCustomer'] = 2:
 						AlbinaQW['StarletsCustomerCount'] = 2
 						AlbinaQW['StarletPay'] = rand(6,9)
-						'You see two well dressed middle aged Armenian men approach Albina and start to talking to her.'
+						'You see two well dressed middled aged Armenian men approach Albina and start to talking to her.'
 					elseif AlbinaQW['StarletCustomer'] = 3:
 						AlbinaQW['StarletsCustomerCount'] = 2
 						AlbinaQW['StarletPay'] = rand(6,9)

+ 1 - 1
locations/beg.qsrc

@@ -4,7 +4,7 @@ if $ARGS[0] = 'start':
 	*clr
 	menu_off = 1
 	minut += 5
-	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/exercise/fit1.jpg"></center>'
 	'You are stretching and warming up before your practice run. From where you are you can see your coach, Igor Yurisovich, talking to other athletes.'
 
 	act 'Do a couple of practice races':

+ 2 - 2
locations/danceclass.qsrc

@@ -20,7 +20,7 @@ act 'Modern dance class (0:30)':
 	timemult = 0
 	abonement -= 1
 	if pcs_inhib < 40:inhib_exp += rand(1,2)
-	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/dance/moderndance.jpg"></center>'
 
 	if pcs_danc < 100:'You study modern dance, which is very popular in the clubs.'
 	if pcs_danc >= 100:'The day has finally come, you''ve been working hard, and you realize that you''ve learned everything you can from this class.'
@@ -33,7 +33,7 @@ act 'Burlesque class (0:30)':
 	gs 'exercise', 'tier2', 0, 'agil_exp', 'stren_exp', 'danc_exp', 'dancero_exp'
 	abonement -= 1
 	if pcs_inhib < 60:inhib_exp += rand(1,2)
-	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/stripdance.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/dance/burlesque.jpg"></center>'
 
 	if pcs_danc >= 50:
 		gs 'exercise', 'tier2', 0, 'dancero_exp'

+ 1 - 2
locations/gdksport.qsrc

@@ -1,5 +1,4 @@
 # gdksport
-
 if $ARGS[0] = 'start':
 	CLOSE ALL
 	*clr & cla
@@ -205,7 +204,7 @@ if $ARGS[0] = 'dance2':
 	cla & *clr
 	menu_off = 1
 	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/shared/gym/fit1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/dance_studio/fit1.jpg"></center>'
 
 	act 'Leave': gt 'gdksport', 'start'