Browse Source

[fixed] no *clr & cla and continue not it correct place in cumm denial code

Kevin_Smarts 7 months ago
parent
commit
5e24af7551
1 changed files with 14 additions and 13 deletions
  1. 14 13
      locations/sex_ev_cum.qsrc

+ 14 - 13
locations/sex_ev_cum.qsrc

@@ -2968,8 +2968,9 @@ end
 
 
 if $ARGS[0] = 'hypno_creampie_orgasm_fail':
-	
+	cla & *clr
 	if $sex_ev['position'] = 'miss':
+		'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/miss1.mp4"></video></center>'
 		$orgasm_or = 'no'
 		sex_ev['hypno_anti_orgasm'] += 1
 		sex_ev['hypno_came_together'] = 1
@@ -3017,18 +3018,18 @@ if $ARGS[0] = 'hypno_creampie_orgasm_fail':
 			*nl
 			'Suddenly, your arousal slams up against a brick wall. Frustratingly, <i>tantalizingly</i> close. But climax refuses to come. <<$npc_firstname[$boy]>> continues pulsing inside you and the sensation is indescribably good. Your insides scream for release! In a desperate panic, you start frantically riding <<$npc_firstname[$boy]>> again, even as he''s still coming. He groans loudly and your pussy clenches, squeezes, and squirms around his cock, milking him for every drop, desperately trying to orgasm!'
 		end
-		act'Continue':
-			cla & *clr
-			'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/cowgirl1.mp4"></video></center>'
-			'But no matter what you try, his orgasm dies down inside you before you find yours. His cum seeps from your pussy around his already softening shaft.'
-			*nl
-			'And you just... <i>can''t...</i> <i><b>come...</b></i>'
-			if sex_ev['creampie_surprise'] = 1:
-				gs'sex_ev_cum', 'creampie_surprise_react'
-			else
-				gs 'sex_ev_cum', 'cum_inside_pull_away'
-				gs'sex_ev_reactions', 'react_menu'
-			end
+	end
+	act'Continue':
+		cla & *clr
+		'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/cowgirl1.mp4"></video></center>'
+		'But no matter what you try, his orgasm dies down inside you before you find yours. His cum seeps from your pussy around his already softening shaft.'
+		*nl
+		'And you just... <i>can''t...</i> <i><b>come...</b></i>'
+		if sex_ev['creampie_surprise'] = 1:
+			gs'sex_ev_cum', 'creampie_surprise_react'
+		else
+			gs 'sex_ev_cum', 'cum_inside_pull_away'
+			gs'sex_ev_reactions', 'react_menu'
 		end
 	end
 end