Browse Source

Fixed the rand to allow a few clients before chance of arrest and a text correct

KevinSmarts 6 years ago
parent
commit
3e9e8d0264
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/gdksport
  2. 1 1
      locations/kafe

+ 1 - 1
locations/gdksport

@@ -461,7 +461,7 @@ if $ARGS[0] = 'starlets':
 			end
 
 			if DanceWhoreT > 0: DanceWhoreT = 0
-			if AlbFather = 0 and DanceWhore > rand (1, 20):
+			if AlbFather = 0 and DanceWhore > rand (5, 20):
 				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

+ 1 - 1
locations/kafe

@@ -15,7 +15,7 @@ if $ARGS[0] = 'start':
 	*nl
 	'They serve American style meals'
 	if QWdogReiq = 3 and week = 7 and hour >= 12:
-		act 'Sit down at the table and wait for a Margarita':gt 'kafe2', 'margo'
+		act 'Sit down at the table and wait for Margaret':gt 'kafe2', 'margo'
 	end
 
 	!!act 'Agree':gt 'cafe3', 'wc'