Browse Source

[fixed] image calls

Anya 2 years ago
parent
commit
1324aa8eae
2 changed files with 5 additions and 5 deletions
  1. 1 1
      locations/uni_admin.qsrc
  2. 4 4
      locations/uni_grounds.qsrc

+ 1 - 1
locations/uni_admin.qsrc

@@ -22,7 +22,7 @@ if $ARGS[0] = 'start':
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">The University Administration Building</font></b></center>'
-	'<center><img <<$set_imgh>> src="images/locations/city/island/building/univer.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/island/admin/uni_admin.jpg"></center>'
 	'The main lobby is large with several pillars across the room, on each end is a large set of stairs that go up to the next level. Opposite you is a long wall with several hallways going off to each side and two straight ahead.'
 	!!this below will all need to be updated and cleaned up. I am leaving it as is for now as I don''t know how to fix it
 	if university['diploma'] > 0:

+ 4 - 4
locations/uni_grounds.qsrc

@@ -26,7 +26,7 @@ if $ARGS[0] = 'main':
 	'<center><b>University Campus</b></center>'
 	if month >= 11 or month <= 3:
 		if daystage = 2 or daystage = 3:
-			'<center><img <<$set_imgh>> src="images/location/city/island/university/building/uni_day_winter.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/location/city/island/university/uni_day_winter.jpg"></center>'
 			'The University boasts a large amount of buildings hosting many different types of classes.'
 			!!day winter desc here
 			if week = 7:
@@ -37,7 +37,7 @@ if $ARGS[0] = 'main':
 				'The campus is quite lively right now. Most of the students are on their way to the next class, trying not to slip on any icy spots in the courtyard.'
 			end
 		else
-			'<center><img <<$set_imgh>> src="images/location/city/island/university/building/uni_night_winter.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/location/city/island/university/uni_night_winter.jpg"></center>'
 			'The University boasts a large amount of buildings hosting many different types of classes.'
 			!!night winter desc here
 			if week = 7:
@@ -50,7 +50,7 @@ if $ARGS[0] = 'main':
 		end
 	else
 		if daystage = 2 or daystage = 3:
-			'<center><img <<$set_imgh>> src="images/location/city/island/university/building/uni_day.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/location/city/island/university/uni_day.jpg"></center>'
 			'The University boasts a large amount of buildings hosting many different types of classes.'
 			!!day desc here
 			if week = 7:
@@ -61,7 +61,7 @@ if $ARGS[0] = 'main':
 				'The campus is quite lively right now. Most of the students are on their way to the next class, or hanging out with friends.'
 			end
 		else
-			'<center><img <<$set_imgh>> src="images/location/city/island/university/building/uni_night.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/location/city/island/university/uni_night.jpg"></center>'
 			'The University boasts a large amount of buildings hosting many different types of classes.'
 			!!night desc here
 			if week = 7: