|
@@ -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
|
|
|
|
|
|
!!-----------------------------------------------
|