1
0
فهرست منبع

[fixed] address and image fixes from shirobeg

Kevin_Smarts 1 سال پیش
والد
کامیت
d1a9720b1c
1فایلهای تغییر یافته به همراه8 افزوده شده و 7 حذف شده
  1. 8 7
      locations/JuliaMilHome.qsrc

+ 8 - 7
locations/JuliaMilHome.qsrc

@@ -44,7 +44,7 @@ if $ARGS[0] = 'home':
 		'It''s too early in the day to visit Julia.'
 	else
 		'You knock on the door. You hear footsteps in the apartment and sure enough, a few seconds later Julia opens the door. "Oh, hi <<$pcs_nickname>>! Come on in!"'
-		act 'Enter Julia''s apartment':gt'JuliaMilHome'
+		act 'Enter Julia''s apartment': gt 'JuliaMilHome', 'hallway'
 	end
 end
 
@@ -67,7 +67,7 @@ if $ARGS[0] = 'hallway':
 
 	*clr & cla
 	'<center><h4><font color="maroon">Entrance hall</font></h4></center>'
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/julia_home/hallway.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/juliahome/hallway.jpg"></center>'
 	'As you enter the Milov''s hallway, you notice it very nice, well decorated and very clean. Everything in it''s place.'
 
 	act '<b>Leave Julia''s apartment</b>': gt 'JuliaMilHome', 'leave_apartment'
@@ -90,7 +90,7 @@ if $ARGS[0] = 'livingroom':
 	*clr & cla
 	'<center><b><font color = maroon>Living room</font></b></center>'
 	!! Needs actions like watching tv
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/julia_home/living_room.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/juliahome/living_room.jpg"></center>'
 	'Like the rest of the house the living room is spotless, with plenty of decorations around, arranged just perfectly.'
 
 	act 'Leave the room':gt 'JuliaMilHome', 'hallway'
@@ -111,7 +111,7 @@ if $ARGS[0] = 'kitchen':
 
 	*clr & cla
 	'<center><b><font color = maroon>Kitchen</font></b></center>'
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/julia_home/kitchen.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/juliahome/kitchen.jpg"></center>'
 	'The kitchen is small but has all the necessary things. There is a stove, a fridge, a sink, and a tiny dining table. Everything looks sparkling clean.'
 
 	act 'Leave the room': gt 'JuliaMilHome','hallway'
@@ -309,7 +309,7 @@ if $ARGS[0] = 'bathroom':
 	
 	*clr & cla
 	'<center><h4><font color="maroon">Bathroom</font></h4></center>'
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/julia_home/bathroom.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/juliahome/bathroom.jpg"></center>'
 	'The bathroom is kept spotlessly clean. Everything here has a well cared for look to it.'
 	'The toilet sits along the wall next to a small bathtub.'
 	'You can do your hair and makeup in the <a href="exec:gt ''mirror'', ''start''">mirror</a> above the sink.'
@@ -355,7 +355,7 @@ if $ARGS[0] = 'julia_room':
 
 	*clr & cla
 	'<center><b><font color="maroon">Julia''s Room</font></b></center>'
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/julia_home/julia_room.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/juliahome/julia_bedroom.jpg"></center>'
 	'Julia has a nice room, decorated with high quality furnishings. There are books everywhere, she must really like to read.'
 	if lernHome > 0 and juliaQW['homework_day'] ! daystart:
 		'Julia arranges her school books on a large desk and gets ready to do her homework, inviting you to join her.'
@@ -532,8 +532,9 @@ if $ARGS[0] = 'julia_room':
 					end
 				end
 			end
+			act 'Chat with Julia': gt 'JuliaMilHome', 'julia_chat'
+			act 'Leave Julia''s room': gt 'JuliaMilHome', 'hallway'
 		end
-		act 'Chat with Julia': gt 'JuliaMilHome', 'julia_chat'
 	end
 end