Browse Source

[fixed] calling wrong file

hornguy6 1 year ago
parent
commit
aa0d4689c6
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/sex_ev_after.qsrc

+ 5 - 5
locations/sex_ev_after.qsrc

@@ -643,7 +643,7 @@ if $ARGS[0] = 'wipe_hands':
 			gs 'cum_cleanup'
 			gs 'stat'
 			'You grab some tissues and clean your hands off, wiping the cum from every finger.'
-			gs 'sex_ev_sex', 'wipe_menu'
+			gs 'sex_ev_after', 'wipe_menu'
 		end
 	end
 end
@@ -672,7 +672,7 @@ if $ARGS[0] = 'wipe_tits':
 			gs 'cum_cleanup'
 			gs 'stat'
 			'You grab some tissues and clean up, wiping the cum from your tits.'
-			gs 'sex_ev_sex', 'wipe_menu'
+			gs 'sex_ev_after', 'wipe_menu'
 		end
 	end
 end
@@ -686,7 +686,7 @@ if $ARGS[0] = 'wipe_stomach':
 			gs 'cum_cleanup'
 			gs 'stat'
 			'You carefully wipe across your stomach, making sure to get every last drop. About a minute later, you can still feel a faintly sticky layer over the top of your skin, but at least it won''t be staining the inside of your top.'
-			gs 'sex_ev_sex', 'wipe_menu'
+			gs 'sex_ev_after', 'wipe_menu'
 		end
 	end
 end
@@ -702,7 +702,7 @@ if $ARGS[0] = 'wipe_butt':
 			gs 'cum_cleanup'
 			gs 'stat'
 			'You grab some tissues and clean up, awkwardly wiping your ass and back with it.'
-			gs 'sex_ev_sex', 'wipe_menu'
+			gs 'sex_ev_after', 'wipe_menu'
 		end
 	end
 end
@@ -732,7 +732,7 @@ if $ARGS[0] = 'wipe_pussy':
 				*nl
 				'It takes a few tries, more cum seemingly coming out with every next wipe, but eventually you feel like you got most of it out. At least enough that nothing is going to be running down your legs any time soon.'
 			end
-			gs 'sex_ev_sex', 'wipe_menu'
+			gs 'sex_ev_after', 'wipe_menu'
 		end
 	end
 end