Selaa lähdekoodia

[BUGFIX] - Corrected image path for school ground run

Crux 3 vuotta sitten
vanhempi
säilyke
ecdc672e10
3 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2 2
      locations/gschool_grounds.qsrc
  2. 2 2
      locations/parksvid.qsrc
  3. 1 1
      locations/sewing.qsrc

+ 2 - 2
locations/gschool_grounds.qsrc

@@ -360,9 +360,9 @@ if $ARGS[0] = 'sports':
 			gs 'sweat', 'add', 20
 			gs 'stat'
 			if month > 2 and month < 9:
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/runsummer.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runsummer.jpg"></center>'
 			else
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/runwinter.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runwinter.jpg"></center>'
 			end
 			'You spend an hour on the track going for a run.'
 

+ 2 - 2
locations/parksvid.qsrc

@@ -6,8 +6,8 @@ minut += 60
 pcs_mood += 10
 gs 'stat'
 '<center><b>Park</b></center>'
-'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park//0.jpg"></center>'
-'You go to the park '+iif($home_town = 'pavlovsk', 'in pavlovsk', 'in Sankt Petersburg')+' with <<$telsob>>.'
+'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/park/0.jpg"></center>'
+'You go to the park '+iif($home_town = 'pavlovsk', 'in Pavlovsk', 'in St. Petersburg')+' with <<$telsob>>.'
 
 
 act 'Go for a walk':

+ 1 - 1
locations/sewing.qsrc

@@ -67,7 +67,7 @@ if $ARGS[0] = 'start':
 				
 			elseif tovarL = 30 and GarTorgItem < 100:
 				GarTorgItem += 1
-				'<center><img <<$set_imgh>> src="images/pc/activities//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.'
 				*nl
 				'	You wonder how many you can sell at the train station?'