Browse Source

brothel.qsrc variable renamed to fix crash

Nekoforce 2 years ago
parent
commit
f10612b158
1 changed files with 8 additions and 13 deletions
  1. 8 13
      locations/brothel.qsrc

+ 8 - 13
locations/brothel.qsrc

@@ -800,25 +800,20 @@ if $ARGS[0] = 'section1_play_tied':
 		stage = 3
 		gt 'brothel', 'section1_tiedOnBack'
 	elseif stage = 3:
-		actionRand = rand (1, 7)
-		if actionRand = 1:
+		action = rand (1, 7)
+		if action = 1:
       		gt 'brothel', 'section1_tied_mouth'
-		elseif actionRand = 2:
-		!!crash
+		elseif action = 2:
       		gt 'brothel', 'section1_tied_anal'
-		elseif actionRand = 3:
-		!!crash
+		elseif action = 3:
       		gt 'brothel', 'section1_tied_vaginal'
-		elseif actionRand = 4:
-		!!crash
+		elseif action = 4:
       		gt 'brothel', 'section1_tied_tease'
-		elseif actionRand = 5:
-		!!crash
+		elseif action = 5:
       		gt 'brothel', 'section1_tied_analfisting'
-		elseif actionRand = 6:
-		!!crash
+		elseif action = 6:
       		gt 'brothel', 'section1_tied_vibrate'
-		elseif actionRand = 7:
+		elseif action = 7:
       		gt 'brothel', 'section1_tied_whip'
       	end
 	end