|
@@ -89,7 +89,6 @@ if $ARGS[0] = 'fav_body_part':
|
|
act'Really? (insecure)':
|
|
act'Really? (insecure)':
|
|
cla & *clr
|
|
cla & *clr
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk2.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk2.jpg"></center>'
|
|
- dynamic $npc_preferences[$boy]
|
|
|
|
if func('pcs_has_attr', 'body_tits_small'):
|
|
if func('pcs_has_attr', 'body_tits_small'):
|
|
'"You really think so?" you ask, surprised. You self consciously grope yourself, saying, "You don''t think they''re too small?"'
|
|
'"You really think so?" you ask, surprised. You self consciously grope yourself, saying, "You don''t think they''re too small?"'
|
|
if npc_pref_values['body_tits_small'] > 0:
|
|
if npc_pref_values['body_tits_small'] > 0:
|
|
@@ -127,8 +126,6 @@ if $ARGS[0] = 'fav_body_part':
|
|
'"Boobs are boobs," he says, bowing his head to kiss along the side of your breast. He grins. "And I love all boobs."'
|
|
'"Boobs are boobs," he says, bowing his head to kiss along the side of your breast. He grins. "And I love all boobs."'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
- killvar '$npc_pref_traits'
|
|
|
|
- killvar 'npc_pref_values'
|
|
|
|
gs'sex_ev_pillow_talk2', 'small_talk'
|
|
gs'sex_ev_pillow_talk2', 'small_talk'
|
|
end
|
|
end
|
|
|
|
|
|
@@ -151,7 +148,6 @@ if $ARGS[0] = 'fav_body_part':
|
|
act'You like ''em small?':
|
|
act'You like ''em small?':
|
|
cla & *nl
|
|
cla & *nl
|
|
'"These itty bitty titties?" you giggle, looking down at your modest chest. "You like small boobs?"'
|
|
'"These itty bitty titties?" you giggle, looking down at your modest chest. "You like small boobs?"'
|
|
- dynamic $npc_preferences[$boy]
|
|
|
|
if npc_pref_values['body_tits_small'] > 0:
|
|
if npc_pref_values['body_tits_small'] > 0:
|
|
'"I love them," he grins. "Small tits are cute <i>and</i> sexy."'
|
|
'"I love them," he grins. "Small tits are cute <i>and</i> sexy."'
|
|
elseif npc_pref_values['body_tits_average'] > 0:
|
|
elseif npc_pref_values['body_tits_average'] > 0:
|
|
@@ -164,8 +160,6 @@ if $ARGS[0] = 'fav_body_part':
|
|
else
|
|
else
|
|
'"Big melons, small apples, flat walls, I love ''em all," he grins and bows his head to kiss along the side of your breast.'
|
|
'"Big melons, small apples, flat walls, I love ''em all," he grins and bows his head to kiss along the side of your breast.'
|
|
end
|
|
end
|
|
- killvar '$npc_pref_traits'
|
|
|
|
- killvar 'npc_pref_values'
|
|
|
|
gs 'sex_ev_pillow_talk2', 'small_talk'
|
|
gs 'sex_ev_pillow_talk2', 'small_talk'
|
|
end
|
|
end
|
|
elseif func('pcs_has_attr', 'body_tits_average'):
|
|
elseif func('pcs_has_attr', 'body_tits_average'):
|