Prechádzať zdrojové kódy

[Changed] image links updated to new stuff or location

Anya 2 rokov pred
rodič
commit
6d528fae42
2 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 2 2
      locations/bass.qsrc
  2. 3 3
      locations/city_redlight.qsrc

+ 2 - 2
locations/bass.qsrc

@@ -136,9 +136,9 @@ if $ARGS[0] = 'a':
 		pcs_sweat = 10 + rand(0,4)
 		if pcs_inhib < 50:inhib_exp += rand(1,2)
 		if func('body_din','pregnancyVisibility') = 0:
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/swim.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/swim/swim_bikini_<<rand(1,8)>>.jpg"></center>'
 		else
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/swimpreg.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/swim/swim_bikini_preg_<<rand(1,4)>>.jpg"></center>'
 		end
 		'You take a swim in the pool, which invigorates you, making you feel refreshed.'
 		if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'

+ 3 - 3
locations/city_redlight.qsrc

@@ -82,7 +82,7 @@ if $ARGS[0] = 'city_copy_shop':
 	menu_off = 1
 	minut += 1
 	gs 'stat'
-	'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/bm_seller.jpg"></center>'
 	'You enter the run-down looking copy shop and look around. Scattered across the room are small tables with various dusty looking copy machines that don''t strike you as being very reliable. Watching you from behind a counter is a bored looking man with greasy hair and a sleazy look.'
 	if fakepassport = 2:
 		!!only notify player 1 time after events triggered
@@ -102,7 +102,7 @@ if $ARGS[0] = 'city_copy_shop':
 				minut += 60
 				money -= 30000
 				fakepassport = 1
-				'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/redlight/bm_seller.jpg"></center>'
 				'He tells you to come in the back and takes a quick photo of your face, then tells you to wait out out front until he''s done. About an hour goes by before he steps back out and hands you the passport, which shows your face but has an older age printed out on it.'
 				act 'Leave': gt 'city_redlight', 'start'
 			end
@@ -117,7 +117,7 @@ if $ARGS[0] = 'city_copy_shop':
 				minut += 60
 				money -= 100000
 				gs 'uniutil', 'fake_diploma', 'set_obtained'
-				'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/redlight/bm_seller.jpg"></center>'
 				'You bought a fake diploma.'
 				act 'Leave': gt 'city_redlight', 'start'
 			end