Quellcode durchsuchen

[fixed] missing information for the image call

Gwen vor 3 Jahren
Ursprung
Commit
7e58924d33
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/city_apt_building.qsrc

+ 1 - 1
locations/city_apt_building.qsrc

@@ -37,7 +37,7 @@ if $ARGS[0] = 'floor_1':
 	if sound = 0:PLAY 'sound/podezd.mp3',30
 	gs 'stat'
 	'<center><b><font color = maroon>Ground floor of the apartment building</font></b></center>'
-	'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/stairs1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/stairs/stairs1.jpg"></center>'
 	'<center>When you enter the building there is a short staircase down to the basement maintenance area and a short staircase up to the first floor, where there is a <a href="exec: gt ''city_apt_building'', ''housemates''">list</a> of the people who live here on the wall. There is a series of mailboxes for each apartment, two halls going off to each wing of the building, and more stairs going up. The area is fairly clean and well maintained.</center>'
 	if rand(0,5) = 0 and ((minut + 60*(hour+daystart*24) - floor1_event_time) > 60) or ((daystart+1)*1440 < floor1_event_time):
 		floor1_event_time = minut + 60*(hour+daystart*24)