Browse Source

[added] the code to leave pc home if you hooked up with a guy at home

hornguy6 5 months ago
parent
commit
a89978af74
1 changed files with 7 additions and 3 deletions
  1. 7 3
      locations/sex_ev_after.qsrc

+ 7 - 3
locations/sex_ev_after.qsrc

@@ -1356,10 +1356,14 @@ if $ARGS[0] = 'after_sex2':
 			act'Sleep':gt'sex_ev_after', 'sleep_function'
 		end
 	else
-		if $sex_ev['type'] = 'hookup':
-			gs'sex_ev_hookup_leave', 'gotta_go'
+		if $sex_ev['loc'] = 'pc_home':
+			gs'sex_ev_leave', 'npc_leave'
 		else
-			act'Get dressed':gt'sex_ev_leave', 'dressing1'
+			if $sex_ev['type'] = 'hookup':
+				gs'sex_ev_hookup_leave', 'gotta_go'
+			else
+				act'Get dressed':gt'sex_ev_leave', 'dressing1'
+			end
 		end
 	end
 	if sex_ev['boy_asleep'] = 0: