Sfoglia il codice sorgente

brothel.qsrc fix new acts lead to empty screen

Nekoforce 2 anni fa
parent
commit
a303b523d5
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      locations/brothel.qsrc

+ 3 - 3
locations/brothel.qsrc

@@ -965,7 +965,7 @@ if $ARGS[0] = 'section1_play':
 		end
 	end
       
-    if $act_type = 'sex':
+    if $actType = 'sex':
       if orgasmMeter = 100:
 			'After a long fucking session, the client finally gets close to an orgasm.'
 			fin = rand (1, 4)
@@ -982,7 +982,7 @@ if $ARGS[0] = 'section1_play':
 		end
     end
       
-    if $act_type = 'watersports':
+    if $actType = 'watersports':
       analplay = rand (0, 1)
       
       if orgasmMeter = 100:
@@ -1001,7 +1001,7 @@ if $ARGS[0] = 'section1_play':
 		end
     end
       
-    if $act_type = 'stretching':
+    if $actType = 'stretching':
       analplay = 0
       
       if orgasmMeter = 100: