Browse Source

[fixes] Bug fixes from TFGS for Leonid job offer loop and motel exit at wrong point on the highway

KevinSmarts 4 years ago
parent
commit
18a100ae9d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/leonid.qsrc
  2. 1 1
      locations/motel.qsrc

+ 2 - 2
locations/leonid.qsrc

@@ -350,7 +350,7 @@ if $ARGS[0] = 'cumAnal':
 	gs 'stat'
 	'<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cumanal'+rand(1, 2)+'.mp4"></video></center>'
 	'<<$bName>> cums deep in your intestines.'
-	if money < 2000:
+	if money < 2000 and leonidSecretary = 0:
 		act 'Mister <<$bSurname>>, may I ask you something?':gt 'leonid', 'askForJob'
 	end
 	act 'Thank him and leave':gt 'leonid', 'office'
@@ -362,7 +362,7 @@ if $ARGS[0] = 'cumPussy':
 	gs 'cum_call', '', $boy, 1
 	gs 'arousal', 'end'
 	gs 'stat'
-	if money < 2000:
+	if money < 2000 and leonidSecretary = 0:
 		act 'Mister <<$bSurname>>, may I ask you something?':gt 'leonid', 'askForJob'
 	end
 	'<center><video autoplay loop src="images/characters/pavlovsk/resident/leonid/sex/cumpussy'+rand(1, 1)+'.mp4"></video></center>'

+ 1 - 1
locations/motel.qsrc

@@ -12,7 +12,7 @@ gs 'stat'
 '<center><img <<$set_imgh>> src="images/locations/highway/motel/motel.jpg"></center>'
 'Roadside motel where truckers stop for something to eat and sleep.'
 
-act 'Exit the highway':minut += 12 & nroad = 14 & gt 'road'
+act 'Exit the highway':minut += 12 & nroad = 12 & gt 'road'
 
 --- motel ---------------------------------