Browse Source

[fixed] minor fixes.

3xpurt 6 năm trước cách đây
mục cha
commit
8c83e7dac4
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 1 1
      locations/foto.qsrc
  2. 3 3
      locations/kiosk.qsrc

+ 1 - 1
locations/foto.qsrc

@@ -742,7 +742,7 @@ if $ARGS[0] = 'showers':
 						'Soon you feel a warm wave spreading over your entire body and you shudder as an orgasm overtakes you. You quickly look around hoping no one noticed your public masturbation session.'
 						act 'Dry off':gt 'foto', 'showers'
 					else
-						exhibition_exp +=8
+						exhibition_exp += 8
 						orgasm += 1
 						pcs_mood += 15
 						pcs_willpwr += 15

+ 3 - 3
locations/kiosk.qsrc

@@ -19,7 +19,7 @@ if $ARGS[0] = 'start':
 		end
 
 		if pcs_exhibition >= 45 or pcs_inhib >= 55:
-			act 'Flash both your tits and your pussy to skip the line':
+			act 'Flash both your tits and your pussy to jump the queue':
 				cls
 				minut += 1
 				exhibition_exp += rand(12,15)
@@ -31,7 +31,7 @@ if $ARGS[0] = 'start':
 		end
 
 		if pcs_exhibition >= 40 or pcs_inhib >= 55:
-			act 'Flash your pussy to skip the line':
+			act 'Flash your pussy to jump the queue':
 				cls
 				minut += 1
 				exhibition_exp += rand(9,12)
@@ -43,7 +43,7 @@ if $ARGS[0] = 'start':
 		end
 
 		if pcs_exhibition >= 35 or pcs_inhib >= 40:
-			act 'Flash your tits to skip the line':
+			act 'Flash your tits to jump the queue':
 				cls
 				minut += 1
 				exhibition_exp += rand(5,8)