Răsfoiți Sursa

100 - 199

- Uniformed prices
- Corrected errors cause by auto correction
heromaster 9 ani în urmă
părinte
comite
5fb938f69c
5 a modificat fișierele cu 12 adăugiri și 12 ștergeri
  1. 2 2
      locations/101_billiard
  2. 5 5
      locations/103_bordel
  3. 3 3
      locations/105_bouling
  4. 1 1
      locations/144_worksalon
  5. 1 1
      locations/151_kuhr

+ 2 - 2
locations/101_billiard

@@ -85,7 +85,7 @@ if $ARGS[0] = 'randwin':
 
 	if billwin > 10 and billvar = 0:
 		set money += 1000
-		'You won and received 1000 rubles.'
+		'You won and received 1,000 rubles.'
 
 		act 'Leave':gt 'billiard'
 	end
@@ -111,7 +111,7 @@ if $ARGS[0] = 'randwin':
 
 	if billwin <= 10 and billvar = 0:
 		set money -= 1000
-		'You lost and paid 1000 rubles.'
+		'You lost and paid 1,000 rubles.'
 
 		act 'Leave':gt 'billiard'
 	end

+ 5 - 5
locations/103_bordel

@@ -92,7 +92,7 @@ if $ARGS[0] = 'var':
 	set borrand = rand(0, 10)
 
 	if borrand = 0:
-		'Customer ordered one girl, the price of 1000 rubles.'
+		'Customer ordered one girl, the price of 1,000 rubles.'
 
 		act 'Refuse':gt 'bordel', 'start'
 
@@ -111,7 +111,7 @@ if $ARGS[0] = 'var':
 	end
 
 	if borrand = 1:
-		'Customer ordered two girls, the price of 1000 rubles.'
+		'Customer ordered two girls, the price of 1,000 rubles.'
 
 		act 'Refuse':gt 'bordel', 'start'
 
@@ -130,7 +130,7 @@ if $ARGS[0] = 'var':
 	end
 
 	if borrand = 2:
-		'Two clients booked one girl, the price of 1500 rubles.'
+		'Two clients booked one girl, the price of 1,500 rubles.'
 
 		act 'Refuse':gt 'bordel', 'start'
 
@@ -149,7 +149,7 @@ if $ARGS[0] = 'var':
 	end
 
 	if borrand = 3:
-		'Two clients booked two girls, the price of 1500 rubles.'
+		'Two clients booked two girls, the price of 1,500 rubles.'
 
 		act 'Refuse':gt 'bordel', 'start'
 
@@ -168,7 +168,7 @@ if $ARGS[0] = 'var':
 	end
 
 	if borrand = 4:
-		'Customer group ordered one girl, price 2000 rub.'
+		'Customer group ordered one girl, price 2,000 rubles.'
 
 		act 'Refuse':gt 'bordel', 'start'
 

+ 3 - 3
locations/105_bouling

@@ -68,14 +68,14 @@ if $ARGS[0] = 'randwin':
 
 	if boulwin > 10 and boulvar = 1:
 		set money += 2000
-		'You won and received 2000 rubles.'
+		'You won and received 2,000 rubles.'
 
 		act 'Leave':gt 'torgcentr'
 	end
 
 	if boulwin > 10 and boulvar = 2:
 		set money += 5000
-		'You won and received 5000 rubles.'
+		'You won and received 5,000 rubles.'
 
 		act 'Leave':gt 'torgcentr'
 	end
@@ -84,7 +84,7 @@ if $ARGS[0] = 'randwin':
 		set picrand = 14
 
 		if money >= 2000:
-			'You lose and have to pay 2000 rubles.'
+			'You lose and have to pay 2,000 rubles.'
 
 			act 'Offer in-kind':xgt 'sexdvoe', 'var'
 

+ 1 - 1
locations/144_worksalon

@@ -322,7 +322,7 @@ if $ARGS[0] = '0':
 end
 
 if $ARGS[0] = '1':
-	'While you are doing massage, the client asks if possible breast erotic massage two girls surcharge 1000rub. each.'
+	'While you are doing massage, the client asks if possible breast erotic massage two girls surcharge 1,000 rubles. each.'
 
 	act 'Refuse':gt 'worksalon', 'start'
 

+ 1 - 1
locations/151_kuhr

@@ -175,7 +175,7 @@ $santehnikend = {
 	set minut += 30
 	gs 'stat'
 	'<center><img src="images/img/house/s3.jpg"></center>'
-	'Half an hour later he said he was finished, and you have 1500 rubles'
+	'Half an hour later he said he was finished, and you have 1,500 rubles'
 
 	if money < 1500:
 		'Do you lack the money'