Sfoglia il codice sorgente

[fixed] Make sure Sveta actaully goes with Katja to the mall when they go there together.

bgkjdgbizgblzdgbr 1 anno fa
parent
commit
58779f9043
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      locations/katja_city.qsrc

+ 4 - 0
locations/katja_city.qsrc

@@ -5,6 +5,7 @@
 
 if $ARGS[0] = 'metro':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/waiting_metro.jpg"></center>'
+	gs 'katja_meynold_schedule'
 	'You walk to the Metro station and '+iif(money >= 16, 'pay the fare.', ' since you don''t have any money Katja pays the fare for you.')+' You then go down to the platform and chat while you wait for the train.'
 	if money >= 16: money -= 16
 	act 'Wait for the train':
@@ -39,6 +40,9 @@ if $ARGS[0] = 'metro_destination':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/katja/uni/Leaving_metro.jpg"></center>'
 	if locat['katja'] = 44:
 		minut += 5
+		$loc = 'torgcentr'
+		$location_type = 'public_indoors'
+		$menu_loc = 'torgcentr'
 		gs 'stat'
 		'You exit the metro station and walk to the Galleria shopping mall.' 
 		act 'Start shopping': gt 'katja_chat', 'chat1'