Browse Source

[fixed] potential to get stuck post Pav dance classes after October

Kevin_Smarts 2 years ago
parent
commit
143caa6ccd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/gdksport.qsrc

+ 3 - 1
locations/gdksport.qsrc

@@ -268,7 +268,7 @@ if $ARGS[0] = 'dance2':
 		'There is nothing you can learn from this dance class with your current skill. You need to find a new teacher or travel to the city to find better dance classes if you wish to improve further, it is still good exercise.'
 
 		act 'Leave':
-			if rand (0,4):
+			if rand (0,4) = 0:
 				if AlbinaQW['StarletsJoined'] = 0 and AlbinaQW['StarletsShutDown'] = 0 and StoryLine ! 0 and ( month < 10 or ( month = 10 and day < 18 )):
 					if alterstrtimg = 13:
 						gt 'albina_starlets', 'albina3'
@@ -277,6 +277,8 @@ if $ARGS[0] = 'dance2':
 					else
 						gt 'albina_starlets', 'albina1'
 					end
+				else
+					gt 'gdksport', 'start'
 				end
 			else
 				gt 'gdksport', 'start'