|
@@ -65,7 +65,15 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'kuni':
|
|
|
cls
|
|
|
- sexvar -= 1
|
|
|
+ if BlowBan > 0 and MissionBan > 0 and CowgirlBan > 0 and DoggyBan > 0 and SidewaysBan > 0 and AnalBan > 0:
|
|
|
+ !! If no other sex acts are usable, reduce sexvar by 1 here to avoid the game getting stuck
|
|
|
+ sexvar -= 1
|
|
|
+ else
|
|
|
+ !! A man wouldn''t generally get closer to cumming from eating someone out, at least to the extent he
|
|
|
+ !! would from a blowjob, vaginal, or anal, so only reduce sexvar if he''s already on the edge
|
|
|
+ if sexvar = 1:sexvar = 0
|
|
|
+ end
|
|
|
+
|
|
|
gs 'dinsex2', 'stamina_npc'
|
|
|
pos = 2
|
|
|
|
|
@@ -161,9 +169,12 @@ if $ARGS[0] = 'end':
|
|
|
killvar 'AnalBan'
|
|
|
killvar 'dick'
|
|
|
|
|
|
- if pos < 3:
|
|
|
+ if pos = 1:
|
|
|
spafinloc = 12
|
|
|
'He groans loudly, and you feel his hard cock erupting in your mouth. You swallow it obediently, figuring that is what he wants you to do.'
|
|
|
+ elseif pos = 2:
|
|
|
+ spafinloc = 9
|
|
|
+ 'Stroking himself while he pleasures you, he groans loudly, spraying his seed on the floor. Some of it splatters against your feet as well.'
|
|
|
elseif pos = 3:
|
|
|
spafinloc = 0
|
|
|
cuminside = 1
|