|
@@ -502,46 +502,32 @@ if $ARGS[0] = 'cumgather':
|
|
|
|
|
|
if cloc = 0:
|
|
|
$part = 'pussy'
|
|
|
-
|
|
|
elseif cloc = 1:
|
|
|
$part = 'pussylips'
|
|
|
-
|
|
|
elseif cloc = 2 or cloc = 5:
|
|
|
$part = 'your panties'
|
|
|
-
|
|
|
elseif cloc = 3:
|
|
|
$part = 'anus'
|
|
|
-
|
|
|
elseif cloc = 4:
|
|
|
$part = 'buttocks'
|
|
|
-
|
|
|
elseif cloc = 6 or cloc = 7:
|
|
|
$part = 'clothes'
|
|
|
-
|
|
|
elseif cloc = 8:
|
|
|
$part = 'back'
|
|
|
-
|
|
|
elseif cloc = 9:
|
|
|
$part = 'legs'
|
|
|
-
|
|
|
elseif cloc = 10:
|
|
|
$part = 'arms'
|
|
|
-
|
|
|
elseif cloc = 11:
|
|
|
$part = 'face'
|
|
|
-
|
|
|
elseif cloc = 14:
|
|
|
$part = 'stomach'
|
|
|
-
|
|
|
elseif cloc = 15:
|
|
|
$part = 'breasts'
|
|
|
-
|
|
|
elseif cloc = 16:
|
|
|
$part = 'hair'
|
|
|
-
|
|
|
else
|
|
|
$part = 'unknown'
|
|
|
-
|
|
|
end
|
|
|
|
|
|
if salfetka > 0:
|
|
@@ -550,13 +536,17 @@ if $ARGS[0] = 'cumgather':
|
|
|
'You use a wipe to clean the sperm from your <<$part>>.'
|
|
|
gs 'cum_cleanup', 'cleanloc', cloc
|
|
|
gs 'stat'
|
|
|
-
|
|
|
end
|
|
|
-
|
|
|
end
|
|
|
-
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'cumeater_icon':
|
|
|
+ *nl
|
|
|
+ j = 0
|
|
|
+ :cumeater_icon_jump
|
|
|
+ if cumloc[j] > 0: gs 'cum_manage', 'cumeater', j
|
|
|
+ if j < 17: j += 1 & jump 'cumeater_icon_jump'
|
|
|
+end
|
|
|
|
|
|
if $ARGS[0] = 'cumeater':
|
|
|
cloc = ARGS[1]
|
|
@@ -570,74 +560,53 @@ if $ARGS[0] = 'cumeater':
|
|
|
if cloc = 13:
|
|
|
gs 'cum_cleanup', 'cleanloc', cloc
|
|
|
'You carefully lick the sperm residue from both hands, enjoying the tart taste of semen.'
|
|
|
-
|
|
|
else
|
|
|
-
|
|
|
if cloc = 0:
|
|
|
$part = 'pussy'
|
|
|
-
|
|
|
elseif cloc = 1:
|
|
|
$part = 'pussylips'
|
|
|
-
|
|
|
elseif cloc = 2 or cloc = 5:
|
|
|
$part = 'your panties'
|
|
|
gs 'cum_cleanup', 'cleanloc', 2
|
|
|
gs 'cum_cleanup', 'cleanloc', 5
|
|
|
-
|
|
|
elseif cloc = 3:
|
|
|
$part = 'anus'
|
|
|
-
|
|
|
elseif cloc = 4:
|
|
|
$part = 'buttocks'
|
|
|
-
|
|
|
elseif cloc = 6 or cloc = 7:
|
|
|
$part = 'clothes'
|
|
|
gs 'cum_cleanup', 'cleanloc', 6
|
|
|
gs 'cum_cleanup', 'cleanloc', 7
|
|
|
-
|
|
|
elseif cloc = 8:
|
|
|
$part = 'back'
|
|
|
-
|
|
|
elseif cloc = 9:
|
|
|
$part = 'legs'
|
|
|
-
|
|
|
elseif cloc = 10:
|
|
|
$part = 'arms'
|
|
|
-
|
|
|
elseif cloc = 11:
|
|
|
$part = 'face'
|
|
|
-
|
|
|
elseif cloc = 14:
|
|
|
$part = 'stomach'
|
|
|
-
|
|
|
elseif cloc = 15:
|
|
|
$part = 'breasts'
|
|
|
-
|
|
|
elseif cloc = 16:
|
|
|
$part = 'hair'
|
|
|
-
|
|
|
else
|
|
|
$part = 'unknown'
|
|
|
-
|
|
|
end
|
|
|
|
|
|
if rand(0, 1) = 0:
|
|
|
'You collect a handful of sperm from your <<$part>> in your hand and lick it all up, enjoying the tart taste of semen.'
|
|
|
-
|
|
|
else
|
|
|
'You collect the sperm from your <<$part>> with your fingers and lick them, enjoying the tart taste of semen.'
|
|
|
-
|
|
|
end
|
|
|
|
|
|
gs 'cum_cleanup', 'cleanloc', cloc
|
|
|
-
|
|
|
end
|
|
|
|
|
|
- minut += 5
|
|
|
+ minut += 2
|
|
|
gs 'stat'
|
|
|
-
|
|
|
end
|
|
|
-
|
|
|
end
|
|
|
|
|
|
--- Cum_Manage ---------------------------------
|