1
0
فهرست منبع

[fixed] images src

Lusticon 5 ماه پیش
والد
کامیت
9a75ceeff3
3فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 3 3
      locations/npc_3501_init.qsrc
  2. 1 1
      locations/pushkin_ballet_center.qsrc
  3. 2 2
      locations/pushkin_ballet_class.qsrc

+ 3 - 3
locations/npc_3501_init.qsrc

@@ -58,7 +58,7 @@ end
 if $ARGS[0] = 'graveyard_memorial':
 	*clr & cla
 	$setloc['StageTitle'] = 'Pushkin Graveyard'
-	$setloc['StageImage'] = '<<$default_img_path>>ballet_events/graveyard'
+	$setloc['StageImage'] = '<<$default_img_path>>ballet_events/graveyard.jpg'
 	minut += 45
 	gs 'stat'
 	gs 'core_library', 'stage_title'
@@ -195,13 +195,13 @@ if $ARGS[0] = 'summer_school':
 		*clr & cla
 		if mayaqw['grave'] = 4:
 			mood += 10
-			'<center><img <<$set_imgh>> src="images/characters/ballet/3501_1.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/characters/pushkin/maya/3501-1.jpg"></center>'
 			'<<$npc_firstname[''A3501'']>> is bubbling with enthuasism when she finds you running behind schedule, "Come on <<$pcs_nickname>> you''re going to be late!"'
 			'Her mood is infectious and soon you quickly grab your dance bag and head to school with <<$npc_firstname[''A3501'']>>.'
 
 			act 'Go to School': gt 'pushkin_ballet_class', 'start'
 		else
-			'<center><img <<$set_imgh>> src="images/characters/ballet/warden.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pushkin/ballet_npc/3513.jpg"></center>'
 			'Bronya finds you running late in your morning preperations, "Come on <<$pcs_nickname>>, you''re going to be late!"'
 
 			act 'Go to School': gt 'pushkin_ballet_class', 'start'

+ 1 - 1
locations/pushkin_ballet_center.qsrc

@@ -8,7 +8,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 	gs 'shortgs', 'setloc', 'ballet_pushkin_center', $ARGS[0]
 	$region = 'puskin'
 	$setloc['StageTitle'] = 'Pushkin Residential School'
-	$setloc['StageImage'] =  'pushkin/residence/residence.jpg'
+	$setloc['StageImage'] =  'pushkin/ballet_residence/residence.jpg'
 	menu_off = 0
 	if sound = 0:PLAY 'sound/street.mp3',30
 	gs'stat'

+ 2 - 2
locations/pushkin_ballet_class.qsrc

@@ -304,7 +304,7 @@ if $ARGS[0] = 'shower':
 	gs 'stat'
 	*nl
 	$setloc['StageTitle'] = 'School Showers'
-	$setloc['StageImage'] =  'locations/pushkin/ballet_school/daily/shower_1'
+	$setloc['StageImage'] =  'locations/pushkin/ballet_school/daily/shower_1.jpg'
 	if nclass > 1:	  
 		$location_type = 'public'
 		gs 'themes', 'indoors'
@@ -320,7 +320,7 @@ if $ARGS[0] = 'shower':
 		*nl
 	else 
 		$setloc['StageTitle'] = 'Residential Bathroom'
-		$setloc['StageImage'] =  'locations/pushkin/ballet_residence/residential_bathroom'
+		$setloc['StageImage'] =  'locations/pushkin/ballet_residence/residential_bathroom.jpg'
 		$location_type = 'private' 
 		gs 'themes', 'indoors'
 		gs 'stat'