Forráskód Böngészése

[fixed] Missing ' ' for sting indexes spotted by Siubhan

bgkjdgbizgblzdgbr 3 hónapja
szülő
commit
8f177b8a75
3 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      locations/katja_chat.qsrc
  2. 1 1
      locations/katja_dorm.qsrc
  3. 1 1
      locations/katja_uni.qsrc

+ 1 - 1
locations/katja_chat.qsrc

@@ -288,7 +288,7 @@ if $ARGS[0] = 'coffee_hole':
 			'"Hey <<$pcs_nickname>>," she waves when she notices you. "So you''ve also discovered this breathing hole. Have a seat," she says and starts making space for you by removing her backpack from the chair and packing away some papers from the table.'
 			'"Are you studying at the university?" you ask.'
 			'"Yes, I''m '+iif(year = 2017 and month < 10, 'going to study', 'studying')+' to become a teacher," Katja says. "What about you?"'
-			'"I''m '+iif( $university['enrolled_in'] = 'teaching_studies', ' also going to study to become a teacher,', ' '+iif(university[student] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+',')+'" you reply.'
+			'"I''m '+iif( $university['enrolled_in'] = 'teaching_studies', ' also going to study to become a teacher,', ' '+iif(university['student'] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+',')+'" you reply.'
 			'"That''s cool'+iif( $university['enrolled_in'] = 'teaching_studies', ' that we are going to study together,', ',')+'" Katja says.'
 			act 'Sit down': gt 'katja_chat', 'brunch'
 			act 'Say goodbye and leave': gt 'city_coffee_hole', 'inner'

+ 1 - 1
locations/katja_dorm.qsrc

@@ -387,7 +387,7 @@ if $ARGS[0] = 'sofia_meet':
 	'"Hi, Katja! I''m home early since Maxim suddenly had a meeting with one of his professors. I swear that he''s doing so much to study hard; almost too much. Always trying to meet with his teachers. I told him that they might see it as..." She suddenly stops, having noticed you. "Oh, you have a guest."'
 	'"Sofia, this is <<$pcs_nickname>>, my ' + iif($university['enrolled_in'] = 'teaching_studies', 'classmate and ', '') + 'friend from school who was just about to leave," Katja replies before she turns to you. "<<$pcs_nickname>>, this is Sofia, my roommate."'
 	'"Hi <<$pcs_nickname>>, it''s so nice to meet Katja''s friends since she doesn''t seem to have a lot of them," Sofia says, which clearly makes Katja blush. "So ' + iif( $university['enrolled_in'] = 'teaching_studies', 'you''re also studying to become a teacher like Katja', 'what are you studying') + '?" she asks.'
-	''+iif( $university['enrolled_in'] = 'teaching_studies', '"yes" ', '"I''m '+iif(university[student] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+'"')+'you answer.'
+	''+iif( $university['enrolled_in'] = 'teaching_studies', '"yes" ', '"I''m '+iif(university['student'] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+'"')+'you answer.'
 	'"Cool. I''m '+iif($university['enrolled_in'] = 'nursing', 'also studying to become a nurse. I think I''ve seen you in class now that I think about it.', 'studying to become a nurse.')+' You must tell me all about yourself and what naughty things Katja was up to in school," she says, making Katja blush even more.'
 	*nl
 	'"I''m sorry, but <<$pcs_nickname>> was just leaving," Katja says, looking at you as if trying to say she''s sorry.'

+ 1 - 1
locations/katja_uni.qsrc

@@ -1380,7 +1380,7 @@ if $ARGS[0] = 'try_clothes':
 			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big260.jpg"></center>'
 			'Katja moves over quickly to introduce you.'
 			'"Sofia! This is <<$pcs_nickname>> my '+iif($university['enrolled_in'] = 'teaching studies', 'classmate', 'friend from my hometown')+'. I was just showing her the clothes I bought yesterday." She then turns to you. "<<$pcs_nickname>>, this is Sofia, my roommate."'
-			'"Hi <<$pcs_nickname>>! It''s so nice to meet Katja''s friends since she doesn''t seem to have a lot of them," Sofia says, which clearly makes Katja blush. "So '+iif( $university['enrolled_in'] = 'teaching_studies', 'you''re also studying to become a teacher like Katja', 'what are you studying')+'?" she asks. '+iif( $university['enrolled_in'] = 'teaching_studies', '"yes"', '"I''m '+iif(university[student] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+'" ')+' you answer.'
+			'"Hi <<$pcs_nickname>>! It''s so nice to meet Katja''s friends since she doesn''t seem to have a lot of them," Sofia says, which clearly makes Katja blush. "So '+iif( $university['enrolled_in'] = 'teaching_studies', 'you''re also studying to become a teacher like Katja', 'what are you studying')+'?" she asks. '+iif( $university['enrolled_in'] = 'teaching_studies', '"yes"', '"I''m '+iif(university['student'] = 1, 'in the '+func('uni_programs', 'program_name')+' program', 'not studying at the university')+'" ')+' you answer.'
 			'"Cool. I''m '+iif($university['enrolled_in'] = 'nursing', 'also studying to become a nurse. Now that I think about it, I do think I''ve seen you in class.', 'studying to become a nurse.')+' So Katja is showing you her new clothes? She has such a great sense of fashion. Next time I have money to go shopping, I should bring her. Did you finish the show or was I disturbing?"'
 			'"No we''ve finished, and <<$pcs_nickname>> was about to leave," Katja says, looking at you as if trying to say she is sorry.'
 			'"That''s right, I will be leaving now," you say.'