1
0
Просмотр исходного кода

It was looking for `'first_model_talk_tell'` in the wrong file. Fixed.

netuttki 11 месяцев назад
Родитель
Сommit
b89640c429
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      locations/albina_chat2.qsrc

+ 2 - 2
locations/albina_chat2.qsrc

@@ -245,7 +245,7 @@ if $ARGS[0] = 'first_model_talk4':
 			'Albina stops, turning to look at you with a frown. You give her a stare and she stares back.'
 			*nl
 			'"Damn!" she swears after a moment. "Tell me what to search!"'
-			gs 'albina_chat','first_model_talk_tell'
+			gs 'albina_chat2','first_model_talk_tell'
 		end
 			
 		act'Let her search':
@@ -255,7 +255,7 @@ if $ARGS[0] = 'first_model_talk4':
 			'"Why can''t I find it?!" she grumbles, cursing.'
 			'"I don''t use my <i>actual</i> name when modelling," you say. "Do you think I''m crazy?"'
 			'"Come ooooonnn!" she moans. "Tell me what to search!"'
-			gs 'albina_chat','first_model_talk_tell'
+			gs 'albina_chat2','first_model_talk_tell'
 		end
 	end
 end