Jelajahi Sumber

[Changed] Made the Mom relationship choice in the new intros a little more obvious

Anya 2 tahun lalu
induk
melakukan
c83d5aa4e2
2 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 3 3
      locations/intro_city.qsrc
  2. 3 3
      locations/intro_uni.qsrc

+ 3 - 3
locations/intro_city.qsrc

@@ -153,7 +153,7 @@ if $ARGS[0] = 'mom_intro':
 	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
 	'Your <<$npc_nickname[''A29'']>> finally comes inside, carrying food she made ahead of time for everyone.'
 	'"<<$pcs_nickname>>, this is a pretty rough neighborhood. You need to be really careful of those boys outside. The sooner university starts and you can get out of here, the better. I don''t know why you couldn''t just wait until summer ended to move to the city."'
-	act 'I''ll be fine':
+	act 'Tell her what she wants to hear':
 		gs 'npc_relationship', 'set', 'A29', '50'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
@@ -162,7 +162,7 @@ if $ARGS[0] = 'mom_intro':
 
 		act 'Have lunch': gt 'intro_city', 'lunch_break'
 	end
-	act 'Give it a rest':
+	act 'Snap at her':
 		gs 'npc_relationship', 'set', 'A29', '30'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
@@ -171,7 +171,7 @@ if $ARGS[0] = 'mom_intro':
 
 		act 'Have lunch': gt 'intro_city', 'lunch_break'
 	end
-	act 'Don''t worry':
+	act 'Appreciate her concern':
 		gs 'npc_relationship', 'set', 'A29', '70'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'

+ 3 - 3
locations/intro_uni.qsrc

@@ -147,7 +147,7 @@ if $ARGS[0] = 'mom_intro':
 	'"Yeah, <<$npc_nickname[''A29'']>>! There''s so much to do and see here."'
 	'"Well don''t forget to stay focused on your studies, and stay away from boys for now. There will be plenty of time after you''ve finished studying to think about that stuff."'
 	
-	act 'I''ll be fine':
+	act 'Tell her what she wants to hear':
 		gs 'npc_relationship', 'set', 'A29', '50'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
@@ -156,7 +156,7 @@ if $ARGS[0] = 'mom_intro':
 		
 		act 'Go on tour': gt 'intro_uni', 'tour_intro'
 	end
-	act 'Give it a rest':
+	act 'Snap at her':
 		gs 'npc_relationship', 'set', 'A29', '30'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'
@@ -165,7 +165,7 @@ if $ARGS[0] = 'mom_intro':
 		
 		act 'Go on tour': gt 'intro_uni', 'tour_intro'
 	end
-	act 'Don''t worry':
+	act 'Appreciate her concern':
 		gs 'npc_relationship', 'set', 'A29', '70'
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big29.jpg"></center>'