Browse Source

[changed] albinas dancewhore quest is less random and less grindy by cassio vanburace

julzor 4 years ago
parent
commit
b565c63680
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/gdksport.qsrc

+ 2 - 2
locations/gdksport.qsrc

@@ -461,7 +461,7 @@ if $ARGS[0] = 'starlets':
 		stardance += 1
 		'You danced beautifully and Albina started to use you as an example for the other girls.'
 
-		if stardance < 10:
+		if stardance < 6:
 			if otkazDanceWhore = 1:
 				if AlbinaLast = 1:
 					AlbinaBlokDance = 1
@@ -475,7 +475,7 @@ if $ARGS[0] = 'starlets':
 			end
 
 			if DanceWhoreT > 0: DanceWhoreT = 0
-			if AlbFather = 0 and DanceWhore > rand(5,20):
+			if AlbFather = 0 and DanceWhore >= 8:
 				AlbFather = 1
 				'Albina after training beckoned you to her. "Good work, <<$pcs_nickname>>. The clients were satisfied and you were very discrete. You''re doing fine, doing excellent, in fact. Stick with me and you will have all the money, cars and apartments you could want."'
 			end