|
@@ -142,6 +142,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
|
|
|
'Shit, what are you going to tell your mother?'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
else
|
|
@@ -160,6 +161,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
|
|
|
'You relax and kiss your sister, exchanging sweet nectar.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
end
|
|
@@ -218,6 +220,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
|
|
|
minut -= 5
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
end
|
|
@@ -280,6 +283,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
|
|
|
$orgasm_or = 'yes'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
end
|
|
@@ -345,6 +349,7 @@ if $ARGS[0] = 'sisboytrioQW_bedroom' and $ARGS[1] = 'start':
|
|
|
$orgasm_or = 'yes'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
end
|
|
@@ -458,7 +463,7 @@ if $ARGS[0] = 'see4':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'sisboyQW_bedroom':
|
|
|
- if npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] = 9:
|
|
|
+ if npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9:
|
|
|
if pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 3:
|
|
|
cls
|
|
|
|
|
@@ -574,7 +579,7 @@ if $ARGS[0] = 'sisboyQW_bedroom':
|
|
|
|
|
|
act 'Fondle yourself':gt 'sisterQW', 'caress'
|
|
|
act 'Leave':gt 'korrPar'
|
|
|
- elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] = 9:
|
|
|
+ elseif pcs_horny >= 60 and npc_rel['A33'] >= 80 and npc_QW['A33'] >= 9:
|
|
|
cls
|
|
|
minut += 5
|
|
|
if pcs_horny < 90:
|
|
@@ -671,6 +676,7 @@ if $ARGS[0] = 'trio_end':
|
|
|
minut -= 5
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ sisThank = 1
|
|
|
act 'Leave':gt'korrPar'
|
|
|
end
|
|
|
|