Browse Source

brothel.qsrc bugfixes

Nekoforce 2 years ago
parent
commit
3a4c7c6f14
1 changed files with 25 additions and 7 deletions
  1. 25 7
      locations/brothel.qsrc

+ 25 - 7
locations/brothel.qsrc

@@ -801,13 +801,26 @@ if $ARGS[0] = 'section1_play_tied':
 		gt 'brothel', 'section1_tiedOnBack'
 	elseif stage = 3:
 		actionRand = rand (1, 7)
-		if actionRand = 1:gt 'brothel', 'section1_tied_mouth'
-		if actionRand = 2:gt 'brothel', 'section1_tied_anal'
-		if actionRand = 3:gt 'brothel', 'section1_tied_vaginal'
-		if actionRand = 4:gt 'brothel', 'section1_tied_tease'
-		if actionRand = 5:gt 'brothel', 'section1_tied_analfisting'
-		if actionRand = 6:gt 'brothel', 'section1_tied_vibrate'
-		if actionRand = 7:gt 'brothel', 'section1_tied_whip'
+		if actionRand = 1:
+      		gt 'brothel', 'section1_tied_mouth'
+		elseif actionRand = 2:
+		!!crash
+      		gt 'brothel', 'section1_tied_anal'
+		elseif actionRand = 3:
+		!!crash
+      		gt 'brothel', 'section1_tied_vaginal'
+		elseif actionRand = 4:
+		!!crash
+      		gt 'brothel', 'section1_tied_tease'
+		elseif actionRand = 5:
+		!!crash
+      		gt 'brothel', 'section1_tied_analfisting'
+		elseif actionRand = 6:
+		!!crash
+      		gt 'brothel', 'section1_tied_vibrate'
+		elseif actionRand = 7:
+      		gt 'brothel', 'section1_tied_whip'
+      	end
 	end
 end
 
@@ -1373,6 +1386,11 @@ if $ARGS[0] = 'section1_pullnipples':
 end
       
 if $ARGS[0] = 'section1_play_electro':
+    !!too much rage or orgasm - client is too aroused and masturbates to your face, finishing the session
+	if rageMeter = 100:
+		gt 'brothel', 'section1_ragefinish'
+	end  
+    
     !!too much pain - Sveta pushes out the anal plug by accident
 	if (pain['total'] > 50 and analplugIN = 1):
 		chPlug = rand(0, 100)