Browse Source

[fixed] removed "kinks" from porn and voyeur.

KevinSmarts 5 years ago
parent
commit
7e80b4e198
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/arousal.qsrc

+ 1 - 1
locations/arousal.qsrc

@@ -420,7 +420,7 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 
 	i = 2
 	:stimloop
-	if $ARGS[i] ! '':
+	if $ARGS[i] ! '' or $ARGS[i] ! 'porn' or $ARGS[i] ! 'voyeur':
 !!Skipping lesbian and foot where auto added to avoid duplication
 		if stim_les = 1 and $ARGS[i] = 'lesbian':i += 1 & jump 'stimloop'
 		if stim_foot = 1 and $ARGS[i] = 'feet':i += 1 & jump 'stimloop'