Browse Source

small edit

julzor 6 years ago
parent
commit
bf4ad7e039
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/belpicknick

+ 4 - 4
locations/belpicknick

@@ -32,7 +32,7 @@ if $ARGS[0] = '1':
 		cls
 		minut += 5
 		gs'stat'
-		if pcs_danc < 60:
+		if pcs_danc < 40:
 			'You know this is your cue, and you attempt to do a striptease for them. You would have to be very good at dancing to overcome you drunkenness and begin to dance a bit awkwardly, tugging at your clothes.'
 			'The criminals are not impressed in the slightest, and one of them yells: "What kind of crap is this!? My elderly aunt Katinka could do a better job!"'
 			'His friend agrees: "Yea, this is fucking terrible!"'
@@ -42,7 +42,7 @@ if $ARGS[0] = '1':
 			act'Shove the neck into your ass':gt 'belpicknick', 'ab_light'
 			act'Shove the bottom into your ass':gt 'belpicknick', 'ab_hard'
 		end
-		if pcs_danc >= 60:gt 'belpicknick', 'dance'
+		if pcs_danc >= 40:gt 'belpicknick', 'dance'
 	end
 end
 
@@ -133,10 +133,10 @@ if $ARGS[0] = 'dance':
 		gs 'belpicknick', 'vibor'
 		if rand(0,1) = 0:
 			'Suddenly the cock you''re currently sucking on is pulled away from you, and <<$boydesc>> pushes you onto your back saying he wants to try another hole now.'
-			belsexpayment += 200
+			belsexpayment += 25
 			act'Lie on your back':gt 'belpicknick', 'missionary'
 		else
-			belsexpayment += 200
+			belsexpayment += 25
 			'Suddenly the cock you''re currently sucking on is pulled away from you, and <<$boydesc>> tells you to get on all fours saying he wants to try another hole now.'
 			act'Get on your hands and knees':gt 'belpicknick', 'doggy'
 		end