Browse Source

[fixed] Missing cla

bgkjdgbizgblzdgbr 9 months ago
parent
commit
52c06b2517
1 changed files with 3 additions and 0 deletions
  1. 3 0
      locations/katja_nightclub.qsrc

+ 3 - 0
locations/katja_nightclub.qsrc

@@ -946,6 +946,7 @@ if $ARGS[0] = 'dance_guy1':
 	'A guy approaches you and Katja and it''s clear that he wants to join you two dancing. He''s rather good looking and wearing nice clothes.'
 	act 'Let him join you': gt 'katja_nightclub', 'dance_guy2'
 	act 'Don''t let him join':
+		cla
 		'You make sure to let him know that you don''t want him to join your dance, and you and Katja continue dancing alone having a lot of fun.'
 		gs 'katja_nightclub', 'dance_end'
 	end
@@ -1032,6 +1033,7 @@ if $ARGS[0] = 'dance_guy3':
 								act 'Leave': gt 'city_nightclub', 'private_rooms'
 							end
 							act 'Stay with Katja':
+								cla
 								'"I''m sorry, but my friend just reminded me that we need to be somewhere else. I hope you understand," you tell him. He looks disappointed but leaves the two of you alone.'
 								'"Thanks. I really didn''t want to have a guy hitting on us right now," Katja says.'
 								gs 'katja_nightclub', 'dance_end'
@@ -1099,6 +1101,7 @@ if $ARGS[0] = 'dance_guy3':
 								end
 							end
 						else
+							cla
 							'"Thanks, but no thanks. I think we''ll stick to dancing," you tell him.'
 							'"We had fun, though. Maybe some other time?" Katja says. He then leaves you, looking a little down.'
 							gs 'katja_nightclub', 'dance_end'