Browse Source

Merge branch 'deadend_routes_fix' of creamel/glife into master

[Fixed] Wrong destination when joining the gopnik girls by night and making an excuse to leave while being a coolkid/jock (Sveta is supposed to be at five eight estate, not in deep park)

[Fixed] Deadend path when trying to join the gopnik girls by night and being a nerd

[Fixed] Deadend path when speaking with Pauline at disco and being the gopniks' slut
Kevin_Smarts 4 months ago
parent
commit
f417c6ed1e
2 changed files with 3 additions and 1 deletions
  1. 2 1
      locations/pav_aptcourtev.qsrc
  2. 1 0
      locations/pav_disco_gopniks.qsrc

+ 2 - 1
locations/pav_aptcourtev.qsrc

@@ -556,6 +556,7 @@ if $ARGS[0] = 'events2':
 			else
 				if grupTipe = 3:
 					'You are not met with smiles or inviting looks. Lena speaks up first. "What do you want, freak?"'
+					act 'Move away':gt 'pav_complex', 'start'
 				else
 					'You are not met with smiles or inviting looks. Lena speaks up first. "What? Looking to slum it for a bit?"'
 					'You smile at them. "I just wanted to hang out if that''s okay?"'
@@ -565,7 +566,7 @@ if $ARGS[0] = 'events2':
 						grupvalue[4] -= 2
 						gs 'stat'
 						'Starting to feel nervous, you glance down at your phone. "Oh I didn''t notice the time, I need to get going." You wave at them and start walking away as you hear them laughing behind you.'
-						act 'Move away':gt 'pav_park', 'deeper_park'
+						act 'Move away':gt 'pav_complex', 'start'
 					end
 					act 'Make small talk':
 						'You tell them about what''s been going on lately in your life and make small talk with the girls for a while, but they seem to quickly get tired of listening and tell you that they''ve got things to do. They grab the few beers left and walk away without inviting you to join them.'

+ 1 - 0
locations/pav_disco_gopniks.qsrc

@@ -1092,6 +1092,7 @@ if $ARGS[0] = 'pauline':
 			'You sigh. "I just wanted to talk is all."'
 			'"Go talk to someone that cares then." she growls.'
 			'You talk to her for a few minutes, and while she doesn''t ignore you, she makes it clear that she doesn''t approve too much of how you got into the gopniks.'
+			act 'Do something else': gt 'pav_disco_classmates', 'classmates'
 		elseif grupTipe = 5:
 			'She shakes her head as soon as you start to get close. "Get the fuck away from me."'
 			act 'Do something else': gt 'pav_disco_classmates', 'classmates'