Explorar el Código

[fixes] Removed tanznak variable as it is no longer used and was breaking events that used the 'lezbsex' file

KevinSmarts hace 4 años
padre
commit
8c350d88e5
Se han modificado 2 ficheros con 1 adiciones y 8 borrados
  1. 1 2
      locations/fit.qsrc
  2. 0 6
      locations/lezbsex.qsrc

+ 1 - 2
locations/fit.qsrc

@@ -268,7 +268,7 @@ if $ARGS[0] = 'fitgirl':
 						gs 'arousal', 'foreplay', 10, 'dom', 'lesbian'
 						gs 'stat'
 
-						act 'Further':tanznak = 1 & gt 'fit', 'tanyaIntroduction'
+						act 'Further': gt 'fit', 'tanyaIntroduction'
 					end
 
 					act 'Wait for her reaction':
@@ -291,7 +291,6 @@ if $ARGS[0] = 'fitgirl':
 							gs 'stat'
 
 							act 'Further':
-								tanznak = 1
 								gt 'fit', 'tanyaIntroduction'
 							end
 						end

+ 0 - 6
locations/lezbsex.qsrc

@@ -5,11 +5,6 @@ if $ARGS[0] = 'start':
 	lesbian += 1
 	picrand = rand(0, 1)
 
-	if tanznak = 1:
-		picrand = 12
-		tanznak = 2
-	end
-
 	if lezbsexhome = 1:
 		$lezbsexname = $loverdesc[lover_number]
 	else
@@ -309,7 +304,6 @@ if $ARGS[0] = 'end':
 		if picrand = 22:gt 'down'
 		if picrand = 21:gt 'vann', 'start'
 		if picrand = 19 or picrand = 20:gt 'office', 'work'
-		if tanznak = 2:gt 'fit', 'dressing room'
 
 		gt $sexloc, 'start'
 	end