Explorar o código

brothel.qsrc temporary fix stretching bug

Nekoforce %!s(int64=2) %!d(string=hai) anos
pai
achega
b646e60a29
Modificáronse 1 ficheiros con 9 adicións e 8 borrados
  1. 9 8
      locations/brothel.qsrc

+ 9 - 8
locations/brothel.qsrc

@@ -1027,28 +1027,29 @@ if $ARGS[0] = 'section1_play':
 			end
 			gt 'brothel', 'section1_finish'
 		end
-      !!Crash here, needs fixing
+      
       if stage = 1:
       	stage += 1
-      	gt 'brothel', 'section1_lieOnBack'
+      	act 'Continue':gt 'brothel', 'section1_lieOnBack'
       elseif stage = 2:
       	stage += 1
-      	gt 'brothel', 'section1_dildoVag'
+      	act 'Continue':gt 'brothel', 'section1_dildoVag'
       elseif stage = 3:
       	stage += 1
-      	gt 'brothel', 'section1_dildoAss'
+      	act 'Continue':gt 'brothel', 'section1_dildoAss'
       elseif stage = 4:
       	stage += 1
-      	gt 'brothel', 'section1_buttplug'
+      	act 'Continue':gt 'brothel', 'section1_buttplug'
       elseif stage = 5:
       	stage += 1
       	analplugIN = 0
-      	gt 'brothel', 'section1_vagfisting'
+      	act 'Continue':gt 'brothel', 'section1_vagfisting'
       elseif stage = 6:
       	stage += 1
-      	gt 'brothel', 'section1_tied_analfisting'
+      	act 'Continue':gt 'brothel', 'section1_tied_analfisting'
       elseif stage = 7:
-      	gt 'brothel', 'section1_finishStretching'
+      	!!Crash here, needs fixing
+      	act 'Continue':gt 'brothel', 'section1_finishStretching'
       end
     end