Browse Source

Fix wrong arg in conditional

pfffbft 4 years ago
parent
commit
cc79f50958
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/arousal.qsrc

+ 1 - 1
locations/arousal.qsrc

@@ -137,7 +137,7 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 		stim['act'] = 35
 	elseif $ARGS[0] = 'erotic':
 	    stim['act'] = 5
-	elseif $ARGS[0] = 'erotic':
+	elseif $ARGS[0] = 'erotic_nudity':
         stim['act'] = 5
         count['erotic_nudity'] = 1
 	elseif $ARGS[0] = 'kiss':