Browse Source

[changed] Another tweak on the stripper pay to give a bit more for using the pole without increasing the total

Kevin_Smarts 2 years ago
parent
commit
57c5cc1cd5
2 changed files with 4 additions and 4 deletions
  1. 2 2
      locations/stwork.qsrc
  2. 2 2
      locations/stwork2.qsrc

+ 2 - 2
locations/stwork.qsrc

@@ -230,13 +230,13 @@ if $ARGS[0] = 'tipcalculator':
 		if rand(0,10) = 0:
 			'The customers followed your movements between their conversations. You deserved some tips but luck was against you and you got nothing.'
 		else
-			paymoneyrand = rand(10,(striptip/2)) * 2
+			paymoneyrand = rand(10,(striptip/5)) * 2
 			money += paymoneyrand
 			pcs_mood += rand(3,10)
 		'The customers followed your movements between their conversations. After counting out your tips it amounts to <<paymoneyrand>> <b>₽</b>.'
 		end
 	else
-		paymoneyrand = rand(10,striptip) * 2
+		paymoneyrand = rand(20,striptip)
 		money += paymoneyrand
 		pcs_mood += rand(5,20)
 		'The customers were mesmerized by your dancing and tipped you <<paymoneyrand>> <b>₽</b>.'

+ 2 - 2
locations/stwork2.qsrc

@@ -287,7 +287,7 @@ if $ARGS[0] = 'pole_underwear':
 	gs 'fame', 'city', 'stripping', rand(1,2)
 
 	!pcs_hairbsh = 0
-	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
+	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
 	
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/strippole.jpg"></center>'
@@ -327,7 +327,7 @@ if $ARGS[0] = 'pole_panties':
 	gs 'fame', 'city', 'stripping', rand(1,2)
 
 	!pcs_hairbsh = 0
-	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
+	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
 	
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(7,8) + '.jpg">"></center>'