Browse Source

[fixed] Incorrect variable label spotted by spectre1viper

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

+ 2 - 2
locations/arousal.qsrc

@@ -493,8 +493,8 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 				stim['group'] = 1
 			end
 		elseif $ARGS[i] = 'gangbang':
-			stim['kink'] += gangbang['exp']
-			stim['pref'] += gangbang['pref']
+			stim['kink'] += gang['exp']
+			stim['pref'] += gang['pref']
 			stim['kinkno'] += 1
 			if temp_unaware = 1:
 				stim['hidden_gang'] = 1