|
@@ -139,6 +139,7 @@ elseif $ARGS[0] = 'reset':
|
|
|
cumsumass = 0
|
|
|
Enable_clearcum = 0
|
|
|
elseif $ARGS[0] = '':
|
|
|
+ if ARGS[0] ! 0: cumspclnt = ARGS[0]
|
|
|
if cumspclnt = 0: exit
|
|
|
KILLVAR 'spafinloc'
|
|
|
killvar 'toclean'
|
|
@@ -276,8 +277,8 @@ elseif $ARGS[0] = '':
|
|
|
!! vagina
|
|
|
if sparrloc[n] = 0:
|
|
|
!! cannot be completely cleaned with tissues\toilet use\hypno block\no enema kit
|
|
|
- if FUNC('Cum_Manage', 'check_innards', sparrloc[n]) = 1 _
|
|
|
- or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
+ if FUNC('Cum_Manage', 'check_innards', sparrloc[n]) = 1 _
|
|
|
+ or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
and (cumspclnt = 10 or cumspclnt = 1 or cumspclnt = 3)))):
|
|
|
cumsumbod -= sparrvol[n] & cumsumvag -= sparrvol[n]
|
|
|
sparrslc[n] = 0 & sparrvol[n] = 0
|
|
@@ -285,8 +286,8 @@ elseif $ARGS[0] = '':
|
|
|
end
|
|
|
!! ass
|
|
|
elseif sparrloc[n] = 3:
|
|
|
- if FUNC('Cum_Manage', 'check_innards', sparrloc[n]) = 1 or cumspclnt = 7 _
|
|
|
- or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
+ if FUNC('Cum_Manage', 'check_innards', sparrloc[n]) = 1 or cumspclnt = 7 _
|
|
|
+ or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
and (cumspclnt = 10 or cumspclnt = 1 or cumspclnt = 3)))):
|
|
|
cumsumbod -= sparrvol[n] & cumsumass -= sparrvol[n]
|
|
|
sparrslc[n] = 0 & sparrvol[n] = 0
|
|
@@ -302,16 +303,16 @@ elseif $ARGS[0] = '':
|
|
|
if tmp ! -1 and tmp < arrsize('toclean') and sparrvol[n] > 0:
|
|
|
!! vagina
|
|
|
if sparrloc[n] = 0:
|
|
|
- if cumsumvag * rand(6, 9) / 6 >= FUNC('Cum_Manage', 'check_innards', sparrloc[n], 1) and isprok = 0 and vibratorIN = 0 _
|
|
|
- or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
+ if cumsumvag * rand(6, 9) / 6 >= FUNC('Cum_Manage', 'check_innards', sparrloc[n], 1) and isprok = 0 and vibratorIN = 0 _
|
|
|
+ or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
and (cumspclnt = 10 or cumspclnt = 1 or cumspclnt = 3)))):
|
|
|
gs 'cum_cleanup', 'cleandeposit', n
|
|
|
if cumspclnt = 3: isprok = 0 & vibratorIN = 0
|
|
|
end
|
|
|
!! ass
|
|
|
elseif sparrloc[n] = 3:
|
|
|
- if (cumsumass * rand(6, 9) / 6 >= FUNC('Cum_Manage', 'check_innards', sparrloc[n], 1) and analplugin = 0) or cumspclnt = 7 _
|
|
|
- or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
+ if (cumsumass * rand(6, 9) / 6 >= FUNC('Cum_Manage', 'check_innards', sparrloc[n], 1) and analplugin = 0) or cumspclnt = 7 _
|
|
|
+ or (hypnoAddict = 0 and (cheatVars['enema'] = 1 or (mc_inventory['enema_kit'] = 1 _
|
|
|
and (cumspclnt = 10 or cumspclnt = 1 or cumspclnt = 3)))):
|
|
|
gs 'cum_cleanup', 'cleandeposit', n
|
|
|
if cumspclnt = 3 or cumspclnt = 7: analplugin = 0
|