Browse Source

Found the source of all those feet

KevinSmarts 6 years ago
parent
commit
f92dd784f2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      locations/arousal

+ 3 - 1
locations/arousal

@@ -328,10 +328,10 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 		count['bj'] = 1
 		stim['act'] = 45
 		if temp_dick > pcs_throat: pcs_throat += 1
-		stim_foot = 1
 	elseif $ARGS[0] = 'footjob':
 		count['footjob'] = 1
 		stim['act'] = 25
+		stim_foot = 1
 	end
 
 	if stim['mag'] > 9: stim['mag'] = 9
@@ -519,6 +519,8 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 	end
 	killvar 'temp_dick'
 	killvar '$orgasm_txt'
+	killvar '$stim_les'
+	killvar '$stim_foot'
 end
 
 !!-----------------------------------------------