|
@@ -817,13 +817,7 @@ if $ARGS[0] = 'slow_undress':
|
|
|
else
|
|
|
'You and <<$npc_usedname[$npcID]>> take your time, slowly helping each other out of your clothes and let them fall to the floor with a faint rustle.'
|
|
|
end
|
|
|
- if $sex_ev['loc'] ! 'pc_home' or $home['current'] ! 'parents_home':
|
|
|
- gs 'sex_ev_foreplay', 'bed_start'
|
|
|
- else
|
|
|
- act 'Go to your bed':gs 'sex_ev_foreplay', 'bed_start'
|
|
|
-
|
|
|
- act 'Go to Anya''s bed':$sex_ev['bed_choice'] = 'anya_bed' & sisterQW['sex_bed_count'] += 1 & sisterQW['sex_bed'] = daystart & gs 'sex_ev_foreplay', 'bed_start'
|
|
|
- end
|
|
|
+ gs 'sex_ev_start', 'starting_route'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'frantic_undress':
|