|
@@ -6,13 +6,14 @@
|
|
!! --------------------------------- Before Sex Showers ---------------------------------------
|
|
!! --------------------------------- Before Sex Showers ---------------------------------------
|
|
|
|
|
|
if $ARGS[0] = 'before_borrow_shower':
|
|
if $ARGS[0] = 'before_borrow_shower':
|
|
- act'Borrow yours?':
|
|
|
|
|
|
+ act'"Use your shower?"':
|
|
cla & *nl
|
|
cla & *nl
|
|
- '"Can I borrow yours before we get started?" you ask.'
|
|
|
|
|
|
+ '"Can I borrow your shower before we get started?" you ask.'
|
|
!! replace with an npc stat later
|
|
!! replace with an npc stat later
|
|
if rand(0,1) = 1:
|
|
if rand(0,1) = 1:
|
|
'"I don''t mind the sweat," he answers, grinning.'
|
|
'"I don''t mind the sweat," he answers, grinning.'
|
|
act'I want to shower':
|
|
act'I want to shower':
|
|
|
|
+ gs 'sex_ev_start', 'undress_function'
|
|
cla & *nl
|
|
cla & *nl
|
|
'"It''s for me," you roll your eyes. "I''ll feel better if I clean up first."'
|
|
'"It''s for me," you roll your eyes. "I''ll feel better if I clean up first."'
|
|
if rand(1,10) < npc_sexdrive[$boy]:
|
|
if rand(1,10) < npc_sexdrive[$boy]:
|
|
@@ -39,6 +40,7 @@ if $ARGS[0] = 'before_borrow_shower':
|
|
end
|
|
end
|
|
end
|
|
end
|
|
else
|
|
else
|
|
|
|
+ gs 'sex_ev_start', 'undress_function'
|
|
if rand(1,10) < npc_sexdrive[$boy]:
|
|
if rand(1,10) < npc_sexdrive[$boy]:
|
|
'"How about I join you in there?" he says looking at you meaningfully.'
|
|
'"How about I join you in there?" he says looking at you meaningfully.'
|
|
gs'sex_ev_shower', 'borrow_shower2'
|
|
gs'sex_ev_shower', 'borrow_shower2'
|