1
0
Selaa lähdekoodia

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

Kevin_Smarts 2 vuotta sitten
vanhempi
sitoutus
57c5cc1cd5
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  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:
 		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.'
 			'The customers followed your movements between their conversations. You deserved some tips but luck was against you and you got nothing.'
 		else
 		else
-			paymoneyrand = rand(10,(striptip/2)) * 2
+			paymoneyrand = rand(10,(striptip/5)) * 2
 			money += paymoneyrand
 			money += paymoneyrand
 			pcs_mood += rand(3,10)
 			pcs_mood += rand(3,10)
 		'The customers followed your movements between their conversations. After counting out your tips it amounts to <<paymoneyrand>> <b>₽</b>.'
 		'The customers followed your movements between their conversations. After counting out your tips it amounts to <<paymoneyrand>> <b>₽</b>.'
 		end
 		end
 	else
 	else
-		paymoneyrand = rand(10,striptip) * 2
+		paymoneyrand = rand(20,striptip)
 		money += paymoneyrand
 		money += paymoneyrand
 		pcs_mood += rand(5,20)
 		pcs_mood += rand(5,20)
 		'The customers were mesmerized by your dancing and tipped you <<paymoneyrand>> <b>₽</b>.'
 		'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)
 	gs 'fame', 'city', 'stripping', rand(1,2)
 
 
 	!pcs_hairbsh = 0
 	!pcs_hairbsh = 0
-	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
+	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
 	
 	
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/strippole.jpg"></center>'
 	'<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)
 	gs 'fame', 'city', 'stripping', rand(1,2)
 
 
 	!pcs_hairbsh = 0
 	!pcs_hairbsh = 0
-	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/5
+	striptip += (rand(pcs_dancpol,(pcs_dancpol*5)))/3
 	
 	
 	gs 'stat'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(7,8) + '.jpg">"></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(7,8) + '.jpg">"></center>'