Browse Source

[fix] add code path for npc_home where npc_finance != 0

Insomniac 1 week ago
parent
commit
2103bb7e68
1 changed files with 16 additions and 1 deletions
  1. 16 1
      locations/sex_ev_shower.qsrc

+ 16 - 1
locations/sex_ev_shower.qsrc

@@ -1068,7 +1068,7 @@ if $ARGS[0] = 'shower_together_ending_kiss':
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/shower/kiss2.mp4"></video></center>'
 		if sex_ev['orgasm'] < orgasm:
-			'Still panting as you wind down from your orgasm, you give <<$npc_firstname[$npcID]>> one final parting kiss, pouring all of your enjoyment and satisfaction into the brief smack of your lips together. With '
+			'Still panting as you wind down from your orgasm, you give <<$npc_firstname[$npcID]>> one final parting kiss, pouring all of your enjoyment and satisfaction into the brief smack of your lips together.'
 		elseif $sex_ev['position'] = 'makeout':
 			'All good things must come to an end. <<$npc_firstname[$npcID]>> shuts off the water and you give him one final parting kiss before stepping out of the shower together.'
 		elseif $sex_ev['position'] = 'blowjob' and $sex_ev['last_cum'] ! 'facial':
@@ -1138,6 +1138,21 @@ if $ARGS[0] = 'shower_together_towel':
 				'You give your hair a quick wring and exit the bathroom naked, <<$npc_firstname[$npcID]>> following behind you with his towel around his waist.'
 				gs 'sex_ev_after', 'after_sex2'
 			end
+		else
+			'<<$npc_firstname[$npcID]>> pulls a towel out of a cupboard, offering it to you.'
+
+			act 'Borrow a towel':
+				cla & *nl
+				sex_ev['towel'] = 1
+				'You accept gratefully it and towel off before wrapping it around your chest, exiting the bathroom with him.'
+				gs 'sex_ev_after', 'after_sex2'
+			end
+
+			act 'Leave naked':
+				cla & *nl
+				'Your eyes sparkle mischievously and ignore the towel, leaving the bathroom still naked and dripping, and giving him a great view of your wet ass in the process.'
+				gs 'sex_ev_after', 'after_sex2'
+			end
 		end
 	else
 		'<<$npc_firstname[$npcID]>> pulls a towel out of a cupboard, offering it to you.'