Browse Source

[added] special dialogue if you lost your virginity to a guy

hornguy6 6 months ago
parent
commit
e27d32c53a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      locations/sex_ev_dress_talking.qsrc

+ 4 - 1
locations/sex_ev_dress_talking.qsrc

@@ -161,7 +161,10 @@ if $ARGS[0] = 'stay_over_thanks':
 			else
 				'"Thanks for letting me spend the night," you tell <<$npc_firstname[$boy]>>. "I really appreciate it."'
 			end
-			if npc_girlfriend[$boy] = 1 and npc_fidelity[$boy] = 6:
+			
+			if sex_ev['virgin'] = 1 and sex_ev['fuck_count'] > 0:
+				'"Thanks for letting me pop your cherry," he smirks back, watching you <<$sex_ev[''dress_describe'']>>.'
+			elseif npc_girlfriend[$boy] = 1 and npc_fidelity[$boy] = 6:
 				pc_know_npc_has_girlfriend[$boy] = 1
 				'"Lucky my girlfriend wasn''t coming over," he smirks back, watching you <<$sex_ev[''dress_describe'']>>.'
 			elseif npc_caretaker[$boy] = 1 or npc_generous[$boy] = 1: