Browse Source

[fixed] small change to the new custom lube texts

julzor 4 years ago
parent
commit
7c9fe14061
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/arousal.qsrc

+ 2 - 2
locations/arousal.qsrc

@@ -829,7 +829,7 @@ end
 if $ARGS[0] = 'auto_lube':
 	if $ARGS[1] = 'anal' and auto_anal_lube = 1:
 		if lubri > 0:
-			if $ARGS[2] = '': 
+			if $ARGS[2] ! 'custom': 
 				'You rub some lube in and around you anus.'
 			elseif $lube_txt ! '':
 				$lube_txt
@@ -844,7 +844,7 @@ if $ARGS[0] = 'auto_lube':
 	end
 	if $ARGS[1] = 'vag' and auto_vag_lube = 1:
 		if lubri > 0:
-			if $ARGS[2] = '': 
+			if $ARGS[2] ! 'custom': 
 				'You rub some lube in and around your vagina.'
 			elseif $lube_txt ! '':
 				$lube_txt