Sfoglia il codice sorgente

[Changed] file directories and their corresponding image locations to simplify folder structure

Gwen 3 anni fa
parent
commit
ba44657f0c

+ 4 - 4
locations/_body_image.qsrc

@@ -58,16 +58,16 @@ end
 
 
 if $ARGS[0] = 'clothes':
 if $ARGS[0] = 'clothes':
 	if $clothingworntype = 'nude' and towel = 1 and $pantyworntype = 'none':
 	if $clothingworntype = 'nude' and towel = 1 and $pantyworntype = 'none':
-		$RESULT = 'images/pc/clothing/towel.jpg'
+		$RESULT = 'images/pc/body/towel.jpg'
 		$body_image_msg += 'You are only wearing a towel'
 		$body_image_msg += 'You are only wearing a towel'
 	elseif $clothingworntype = 'nude' and robe = 1:
 	elseif $clothingworntype = 'nude' and robe = 1:
-		$RESULT = 'images/pc/clothing/robe.jpg'
+		$RESULT = 'images/pc/body/robe.jpg'
 		$body_image_msg += 'You are only wearing a robe'
 		$body_image_msg += 'You are only wearing a robe'
 	elseif $clothingworntype = 'nude' and $pantyworntype ! 'none':
 	elseif $clothingworntype = 'nude' and $pantyworntype ! 'none':
-		$RESULT = 'images/pc/clothing/nude.jpg'
+		$RESULT = 'images/pc/body/nude.jpg'
 		$body_image_msg += 'You are only wearing panties'
 		$body_image_msg += 'You are only wearing panties'
 	elseif $clothingworntype = 'nude' and $pantyworntype = 'none':
 	elseif $clothingworntype = 'nude' and $pantyworntype = 'none':
-		$RESULT = 'images/pc/clothing/nude1.jpg'
+		$RESULT = 'images/pc/body/nude1.jpg'
 		$body_image_msg += 'You are completely naked.'
 		$body_image_msg += 'You are completely naked.'
 	elseif $clothingworntype = 'cheap' and clothingwornnumber = 414:
 	elseif $clothingworntype = 'cheap' and clothingwornnumber = 414:
 		$RESULT = FUNC('$clothing_image', $clothingworntype, clothingwornnumber)
 		$RESULT = FUNC('$clothing_image', $clothingworntype, clothingwornnumber)

+ 2 - 2
locations/brothel.qsrc

@@ -456,9 +456,9 @@ if $ARGS[0] = 'brothel:leave':
 		'The Receptionist looks up from his desk and gazes upon you: <font color=#<<$rec_font>>>"Didn''t you forget something, whore?"</font>'
 		'The Receptionist looks up from his desk and gazes upon you: <font color=#<<$rec_font>>>"Didn''t you forget something, whore?"</font>'
 		'It takes you few seconds to realize that you are naked! <font color=#<<$pcs_font>>>"Oops..let me get my clothes first, I guess.."</font>'
 		'It takes you few seconds to realize that you are naked! <font color=#<<$pcs_font>>>"Oops..let me get my clothes first, I guess.."</font>'
 		if $pantyworntype ! 'none':
 		if $pantyworntype ! 'none':
-			'<center><img <<$set_imgh>> src="images/pc/clothing/nude.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/body/nude.jpg"></center>'
 		else
 		else
-			'<center><img <<$set_imgh>> src="images/pc/clothing/nude1.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/body/nude1.jpg"></center>'
 		end
 		end
 		act 'Go back to suit up': gt 'brothel', 'brothel:section1:girlroom'
 		act 'Go back to suit up': gt 'brothel', 'brothel:section1:girlroom'
 	else
 	else

+ 2 - 2
locations/clothing.qsrc

@@ -583,7 +583,7 @@ if $ARGS[0] = 'view_clothing_item':
 							tkan -= 1
 							tkan -= 1
 							minut += 30
 							minut += 30
 							dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += 30'
 							dynamic $ARGS[2] + 'H[<<ARGS[3]>>] += 30'
-							'<center><img <<$set_imgh>> src="images/pc/clothing/fix' + rand(1,2) + '.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/pc/activities/sewing/fix' + rand(1,2) + '.jpg"></center>'
 							'You spend 30 minutes fixing the outfit.'
 							'You spend 30 minutes fixing the outfit.'
 							act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
 							act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>', '<<$ward_list_store>>'
 						else
 						else
@@ -592,7 +592,7 @@ if $ARGS[0] = 'view_clothing_item':
 							tkan += 3
 							tkan += 3
 							minut += 30
 							minut += 30
 							dynamic $ARGS[2] + '[<<ARGS[3]>>] = 0'
 							dynamic $ARGS[2] + '[<<ARGS[3]>>] = 0'
-							'<center><img <<$set_imgh>> src="images/pc/clothing/fix' + rand(1,2) + '.jpg"></center>'
+							'<center><img <<$set_imgh>> src="images/pc/activities/sewing/fix' + rand(1,2) + '.jpg"></center>'
 							'Despite your skill with a needle, this outfit has proved beyond repair. All that is left of it is only good for your cloth pile.'
 							'Despite your skill with a needle, this outfit has proved beyond repair. All that is left of it is only good for your cloth pile.'
 							act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
 							act 'Return':gt 'clothing', 'view_clothing_list', '<<$ward_list_page>>'
 						end
 						end

+ 2 - 2
locations/clothing_QV.qsrc

@@ -418,10 +418,10 @@ end
 if $ARGS[0] = 'strip':
 if $ARGS[0] = 'strip':
 
 
 	if $pantyworntype ! 'none':
 	if $pantyworntype ! 'none':
-		'<center><img src="images/pc/clothing/nude.jpg"></center>'
+		'<center><img src="images/pc/body/nude.jpg"></center>'
 		'<center>You strip down to your panties.</center>'
 		'<center>You strip down to your panties.</center>'
 	else
 	else
-		'<center><img src="images/pc/clothing/nude1.jpg"></center>'
+		'<center><img src="images/pc/body/nude1.jpg"></center>'
 		'<center>You strip completely naked.</center>'
 		'<center>You strip completely naked.</center>'
 	end
 	end
 
 

+ 2 - 2
locations/din_van.qsrc

@@ -1008,7 +1008,7 @@ $toymanage = {
 
 
 			if pcs_vag < 30:pcs_vag += 1
 			if pcs_vag < 30:pcs_vag += 1
 
 
-			'<center><img <<$set_imgh>> src="images/shared/accessories/toys/vibrator.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/vibrator.jpg"></center>'
 			*nl
 			*nl
 			'You spread your legs and take the vibrator out of your pussy, letting out a slight moan as you do so. You feel somewhat empty now.'
 			'You spread your legs and take the vibrator out of your pussy, letting out a slight moan as you do so. You feel somewhat empty now.'
 
 
@@ -1024,7 +1024,7 @@ $toymanage = {
 
 
 			if pcs_vag < 30:pcs_vag += 2
 			if pcs_vag < 30:pcs_vag += 2
 
 
-			'<center><img <<$set_imgh>> src="images/shared/accessories/toys/vibrator.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/vibrator.jpg"></center>'
 			*nl
 			*nl
 			'You spread your legs and slowly insert the vibrator in your pussy, wondering if anyone will notice you wearing it today.'
 			'You spread your legs and slowly insert the vibrator in your pussy, wondering if anyone will notice you wearing it today.'
 
 

+ 1 - 1
locations/krol.qsrc

@@ -5,7 +5,7 @@ if $ARGS[0] = 'start':
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	gs 'themes', 'indoors'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/pets/rabbit_home.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/items/pets/rabbit_home.jpg"></center>'
 	'<center><<$namekrol>> rests.</center>'
 	'<center><<$namekrol>> rests.</center>'
 
 
 	act 'Leave':dynamic $brodila
 	act 'Leave':dynamic $brodila

+ 3 - 3
locations/mirror.qsrc

@@ -539,7 +539,7 @@ if $ARGS[0] = 'd_bag_mirror':
 	*clr & cla
 	*clr & cla
 	gs 'stat'
 	gs 'stat'
 	'<center><h1>Compact Mirror</h1></center>'
 	'<center><h1>Compact Mirror</h1></center>'
-	'<center><img <<$set_imgh>> src="/images/pc/items/mirrorcompact.jpg"></center>'
+	'<center><img <<$set_imgh>> src="/images/pc/items/mirror_compact.jpg"></center>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<td cellspacing="0" cellpadding="0" valign="top">'
 	'<td cellspacing="0" cellpadding="0" valign="top">'
 	'You have '+iif(kosmetitka > 0, '<b><<kosmetitka>></b>', 'no')+' cosmetic applications and '+iif(salfetka > 0, '<b><<salfetka>></b>', 'no')+' tissues left in your purse.'
 	'You have '+iif(kosmetitka > 0, '<b><<kosmetitka>></b>', 'no')+' cosmetic applications and '+iif(salfetka > 0, '<b><<salfetka>></b>', 'no')+' tissues left in your purse.'
@@ -562,7 +562,7 @@ end
 if $ARGS[0] = 'kosmetitka_apply':
 if $ARGS[0] = 'kosmetitka_apply':
 	*clr & cla
 	*clr & cla
 	'<center><h1>Compact Mirror</h1></center>'
 	'<center><h1>Compact Mirror</h1></center>'
-	'<center><img <<$set_imgh>> src="/images/pc/items/mirrorcompact.jpg"></center>'
+	'<center><img <<$set_imgh>> src="/images/pc/items/mirror_compact.jpg"></center>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<td cellspacing="0" cellpadding="0" valign="top">'
 	'<td cellspacing="0" cellpadding="0" valign="top">'
 	gs 'stat'
 	gs 'stat'
@@ -577,7 +577,7 @@ end
 if $ARGS[0] = 'kosmetitka_fix':
 if $ARGS[0] = 'kosmetitka_fix':
 	*clr & cla
 	*clr & cla
 	'<center><h1>Compact Mirror</h1></center>'	
 	'<center><h1>Compact Mirror</h1></center>'	
-	'<center><img <<$set_imgh>> src="/images/pc/items/mirrorcompact.jpg"></center>'
+	'<center><img <<$set_imgh>> src="/images/pc/items/mirror_compact.jpg"></center>'
 	salfetka -= 1
 	salfetka -= 1
 	makupskl_exp += rand(1,3)
 	makupskl_exp += rand(1,3)
 	if makeupSetting = 1:
 	if makeupSetting = 1:

+ 6 - 6
locations/pav_train_market.qsrc

@@ -480,7 +480,7 @@ if ARGS[0] = 4:
 				money -= 700
 				money -= 700
 				pcs_horny += 10
 				pcs_horny += 10
 				TimesBuyPorno += 1
 				TimesBuyPorno += 1
-				'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 				if pcs_inhib < 35:
 				if pcs_inhib < 35:
 					'You buy a dildo and hastily hide it, while your face blushes with embarrassment.'
 					'You buy a dildo and hastily hide it, while your face blushes with embarrassment.'
 				else
 				else
@@ -498,7 +498,7 @@ if ARGS[0] = 4:
 				money -= 1000
 				money -= 1000
 				pcs_horny += 10
 				pcs_horny += 10
 				TimesBuyPorno += 1
 				TimesBuyPorno += 1
-				'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 				if  pcs_inhib < 35:
 				if  pcs_inhib < 35:
 					'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 					'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				else
 				else
@@ -515,7 +515,7 @@ if ARGS[0] = 4:
 				money -= 1000
 				money -= 1000
 				pcs_horny += 10
 				pcs_horny += 10
 				TimesBuyPorno += 1
 				TimesBuyPorno += 1
-				'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 				if  pcs_inhib < 35:
 				if  pcs_inhib < 35:
 					'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 					'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				else
 				else
@@ -551,7 +551,7 @@ if ARGS[0] = 4:
 !!this needs to be changed from analplug bought to smallbp for the smallone
 !!this needs to be changed from analplug bought to smallbp for the smallone
 				pcs_horny += 10
 				pcs_horny += 10
 				TimesBuyPorno += 1
 				TimesBuyPorno += 1
-				'<center><img <<$set_imgh>> src="images/pc/items/smallbp.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/items/sextoys/smallbp.jpg"></center>'
 				if pcs_horny >= 50 and pav_slut < 150:
 				if pcs_horny >= 50 and pav_slut < 150:
 					'You buy a butt plug and hastily hide it, while your face blushes with embarrassment.'
 					'You buy a butt plug and hastily hide it, while your face blushes with embarrassment.'
 				else
 				else
@@ -571,7 +571,7 @@ if ARGS[0] = 4:
 					money -= 500
 					money -= 500
 					pcs_horny += 10
 					pcs_horny += 10
 					TimesBuyPorno += 1
 					TimesBuyPorno += 1
-					'<center><img <<$set_imgh>> src="images/pc/items/harness.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/pc/items/sextoys/harness.jpg"></center>'
 					if pcs_horny >= 50 and pav_slut < 150:
 					if pcs_horny >= 50 and pav_slut < 150:
 						'You buy a strap-on harness and hastily hide it, while your face blushes with embarrassment.'
 						'You buy a strap-on harness and hastily hide it, while your face blushes with embarrassment.'
 					else
 					else
@@ -592,7 +592,7 @@ if ARGS[0] = 4:
 					money -= 1200
 					money -= 1200
 					pcs_horny += 10
 					pcs_horny += 10
 					TimesBuyPorno += 1
 					TimesBuyPorno += 1
-					'<center><img <<$set_imgh>> src="images/pc/items/harness.jpg"></center>'
+					'<center><img <<$set_imgh>> src="images/pc/items/sextoys/harness.jpg"></center>'
 					if pcs_horny >= 50 and pav_slut < 150:
 					if pcs_horny >= 50 and pav_slut < 150:
 						'You buy a strap-on harness and hastily hide it, while your face blushes with embarrassment.'
 						'You buy a strap-on harness and hastily hide it, while your face blushes with embarrassment.'
 					else
 					else

+ 2 - 2
locations/popu.qsrc

@@ -7,7 +7,7 @@ if $ARGS[0] = 'start':
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	gs 'themes', 'indoors'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/pets/parrot_home.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/items/pets/parrot_home.jpg"></center>'
 	'<center><<$ParrotQW[''Name1'']>> sitting in his cage.</center>'
 	'<center><<$ParrotQW[''Name1'']>> sitting in his cage.</center>'
 
 
 	act 'Leave':dynamic $brodila
 	act 'Leave':dynamic $brodila
@@ -24,7 +24,7 @@ if $ARGS[0] = 'start2':
 	minut += 5
 	minut += 5
 	gs 'stat'
 	gs 'stat'
 	gs 'themes', 'indoors'
 	gs 'themes', 'indoors'
-	'<center><img <<$set_imgh>> src="images/pets/parrot_home.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/items/pets/parrot_home.jpg"></center>'
 	'<center><<$ParrotQW[''Name2'']>> sitting in his cage.</center>'
 	'<center><<$ParrotQW[''Name2'']>> sitting in his cage.</center>'
 
 
 	act 'Leave':gt $loc, $loc_arg
 	act 'Leave':gt $loc, $loc_arg

+ 7 - 7
locations/sewing.qsrc

@@ -2,7 +2,7 @@
 
 
 if $ARGS[0] = 'start':
 if $ARGS[0] = 'start':
 	cla & *clr
 	cla & *clr
-	'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/kit.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/sewing/kit.jpg"></center>'
 	'	You pull your sewing kit out from under your bed.'
 	'	You pull your sewing kit out from under your bed.'
 	*nl
 	*nl
 	if tkan >= 1:
 	if tkan >= 1:
@@ -15,7 +15,7 @@ if $ARGS[0] = 'start':
 		minut += 30
 		minut += 30
 		gs 'stat'
 		gs 'stat'
 		cla & *clr
 		cla & *clr
-		'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/practice.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/activities/sewing/practice.jpg"></center>'
 		if pcs_sewng < 40:
 		if pcs_sewng < 40:
 			sewng_exp += 2
 			sewng_exp += 2
 			'You practice your sewing skills.'
 			'You practice your sewing skills.'
@@ -43,23 +43,23 @@ if $ARGS[0] = 'start':
 			if pcs_sewng < 40:sewng_exp += rand(pcs_intel/25, pcs_intel/15)
 			if pcs_sewng < 40:sewng_exp += rand(pcs_intel/25, pcs_intel/15)
 
 
 			if sew_trinket_success > pcs_sewng*4:
 			if sew_trinket_success > pcs_sewng*4:
-				'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/practice.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/sewing/practice.jpg"></center>'
 				'	You do your best trying to sew together a trinket at a quality you can sell but somewhere along the way you mess it up. The material is ruined and you''re frustrated as hell, but at least you felt like you learned something.'
 				'	You do your best trying to sew together a trinket at a quality you can sell but somewhere along the way you mess it up. The material is ruined and you''re frustrated as hell, but at least you felt like you learned something.'
 				act'Finish':gt 'sewing','start'
 				act'Finish':gt 'sewing','start'
 			
 			
 			elseif tovarL = 30 and YouCanGar = 0:
 			elseif tovarL = 30 and YouCanGar = 0:
-				'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/kit.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/sewing/kit.jpg"></center>'
 				'	You put together another trinket but then realize you have too many trinkets already. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...'
 				'	You put together another trinket but then realize you have too many trinkets already. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...'
 				act'Finish':gt 'sewing','start'
 				act'Finish':gt 'sewing','start'
 				
 				
 			elseif tovarL = 30 and GarTorgItem = 100:
 			elseif tovarL = 30 and GarTorgItem = 100:
-				'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/kit.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/sewing/kit.jpg"></center>'
 				'	You put together another trinket but then realize you have too many trinkets already. Even the space in your father''s garage is full. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...'
 				'	You put together another trinket but then realize you have too many trinkets already. Even the space in your father''s garage is full. With a deep sense of regret, you throw it away, having no place to store it. At least you learned more about sewing...'
 				act'Finish':gt 'sewing','start'
 				act'Finish':gt 'sewing','start'
 			
 			
 			elseif tovarL < 30:
 			elseif tovarL < 30:
 				tovarL += 1
 				tovarL += 1
-				'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/trinket.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/sewing/trinket.jpg"></center>'
 				'	You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality.'
 				'	You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality.'
 				*nl
 				*nl
 				'	You wonder if you can sell it somewhere?'
 				'	You wonder if you can sell it somewhere?'
@@ -67,7 +67,7 @@ if $ARGS[0] = 'start':
 				
 				
 			elseif tovarL = 30 and GarTorgItem < 100:
 			elseif tovarL = 30 and GarTorgItem < 100:
 				GarTorgItem += 1
 				GarTorgItem += 1
-				'<center><img <<$set_imgh>> src="images/shared/accessories/sewing/trinket.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities//sewing/trinket.jpg"></center>'
 				'	You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality. The storage space in your room is full but you can still store at least <<100 - GarTorgItem>> in your father''s garage.'
 				'	You spend some time trying to sew something together. After a half hour, you find yourself rewarded for your effort with a small trinket that''s actually of decently high quality. The storage space in your room is full but you can still store at least <<100 - GarTorgItem>> in your father''s garage.'
 				*nl
 				*nl
 				'	You wonder how many you can sell at the train station?'
 				'	You wonder how many you can sell at the train station?'

+ 4 - 4
locations/sexshop.qsrc

@@ -310,7 +310,7 @@ if $ARGS[0] = 'start':
 			suction_dildo += 1
 			suction_dildo += 1
 			money -= 1000
 			money -= 1000
 			pcs_horny += 10
 			pcs_horny += 10
-			'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 			if  pcs_inhib < 35:
 			if  pcs_inhib < 35:
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 			else
 			else
@@ -325,7 +325,7 @@ if $ARGS[0] = 'start':
 			suction_dildo += 1
 			suction_dildo += 1
 			money -= 1000
 			money -= 1000
 			pcs_horny += 10
 			pcs_horny += 10
-			'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 			if  pcs_inhib < 35:
 			if  pcs_inhib < 35:
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 			else
 			else
@@ -342,7 +342,7 @@ if $ARGS[0] = 'start':
 			suction_dildo += 1
 			suction_dildo += 1
 			karta -= 1000
 			karta -= 1000
 			pcs_horny += 10
 			pcs_horny += 10
-			'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 			if  pcs_inhib < 35:
 			if  pcs_inhib < 35:
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 			else
 			else
@@ -357,7 +357,7 @@ if $ARGS[0] = 'start':
 			suction_dildo += 1
 			suction_dildo += 1
 			karta -= 1000
 			karta -= 1000
 			pcs_horny += 10
 			pcs_horny += 10
-			'<center><img <<$set_imgh>> src="images/pc/items/15cm.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/items/sextoys/15cm.jpg"></center>'
 			if  pcs_inhib < 35:
 			if  pcs_inhib < 35:
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 				'You buy the dildo and hastily hide it, while your face blushes with embarrassment.'
 			else
 			else

+ 3 - 3
locations/zoomagazine.qsrc

@@ -114,7 +114,7 @@ if $ARGS[0] = 'start':
 				minut += 10
 				minut += 10
 				krolik += 1
 				krolik += 1
 				money -= 2000
 				money -= 2000
-				'<center><img <<$set_imgh>> src="images/pets/rabbit_store.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/pet shop/pets/rabbit.jpg"></center>'
 				'<center><b>You bought a rabbit.</b></center>'
 				'<center><b>You bought a rabbit.</b></center>'
 				$namekrol = input ("I call the rabbit ...")
 				$namekrol = input ("I call the rabbit ...")
 				if $namekrol = '':$namekrol = 'Bugs'
 				if $namekrol = '':$namekrol = 'Bugs'
@@ -133,7 +133,7 @@ if $ARGS[0] = 'start':
 				minut += 10
 				minut += 10
 				ParrotQW['Owned1'] += 1
 				ParrotQW['Owned1'] += 1
 				money -= 3000
 				money -= 3000
-				'<center><img <<$set_imgh>> src="images/pets/parrot_store.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/pet shop/pets/parrot.jpg"></center>'
 				'<center><b>You bought a parrot.</b></center>'
 				'<center><b>You bought a parrot.</b></center>'
 				$ParrotQW['Name1'] = input ("I call the parrot ...")
 				$ParrotQW['Name1'] = input ("I call the parrot ...")
 				if $ParrotQW['Name1'] = '':$ParrotQW['Name1'] = 'Polly'
 				if $ParrotQW['Name1'] = '':$ParrotQW['Name1'] = 'Polly'
@@ -153,7 +153,7 @@ if $ARGS[0] = 'start':
 			ParrotQW['SisKeepParrot'] = 0
 			ParrotQW['SisKeepParrot'] = 0
 			ParrotQW['BuyDate'] = daystart
 			ParrotQW['BuyDate'] = daystart
 			money -= 3000
 			money -= 3000
-			'<center><img <<$set_imgh>> src="images/pets/parrot_store.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/pet shop/pets/parrot.jpg"></center>'
 			'<center><b>You bought a parrot.</b></center>'
 			'<center><b>You bought a parrot.</b></center>'
 			$ParrotQW['Name2'] = input ("I call the parrot ...")
 			$ParrotQW['Name2'] = input ("I call the parrot ...")
 			if $ParrotQW['Name2'] = '':$ParrotQW['Name'] = 'Polly'
 			if $ParrotQW['Name2'] = '':$ParrotQW['Name'] = 'Polly'