Browse Source

[fixed] wrong twin description, double cumshot in mirafather

julzor 4 years ago
parent
commit
02f4c1b23d
3 changed files with 24 additions and 25 deletions
  1. 2 3
      locations/femcyc.qsrc
  2. 0 1
      locations/meadow.qsrc
  3. 22 21
      locations/mirafather.qsrc

+ 2 - 3
locations/femcyc.qsrc

@@ -14,7 +14,6 @@ if $ARGS[0] = '':
 	if rcntorgzm = 1:
 		if rcntorgzmtmp = 1: rcntorgzm = 0 & rcntorgzmtmp = 0
 		if rcntorgzmtmp = 0: rcntorgzmtmp = 1
-
 	end
 
 	cumarr_idx = 0
@@ -414,8 +413,8 @@ if $ARGS[0] = 'cyc2':
 				eyeskid[nextbaby] = rand(0, 3)
 				ChildConType[nextbaby] = cumarrcon[nextbaby]
 				if fertegg > 1:
-					$childtype[nextbaby] = 'paternal twin'
-					$childtype[nextbaby-1] = 'paternal twin'
+					$childtype[nextbaby] = 'fraternal twin'
+					$childtype[nextbaby-1] = 'fraternal twin'
 				else
 					$childtype[nextbaby] = ''
 				end

+ 0 - 1
locations/meadow.qsrc

@@ -135,7 +135,6 @@ if $ARGS[0] = 'Mira':
 			'You tell her that this is your haven, you would prefer if she wants to come to the meadow that she can only do so with you. Mira looks crestfallen, tears start to well up in her eyes, though she tries not to let you see.'
 			'Mira looks at you seriously, "I will abide by your wishes. I swear. If I don''t, then I''ll grant you three wishes, that I promise I will perform no matter what..."'
 			if npc_QW['A64'] < 15:
-				meadow = 4
 				'You and Mira speak for awhile. Her mood is a little down, but as you chat a smile slowly creeps onto her face.'
 				'Mira then asks if you could help cheer up her father. He has been depressed ever since her mother''s death nearly two years ago.'
 				act 'Maybe':

+ 22 - 21
locations/mirafather.qsrc

@@ -223,7 +223,7 @@ else
 					end
 					*nl
 					if temp_mf < 5:
-						if mesec = 0 or pcs_vag > 0:
+						if mesec = 0 and pcs_vag > 0 and rand(0,2) < 2:
 							gs 'dinsex', 'boy_puts_condom'
 							gs 'dinsex','vaginal_sex',10
 							gs 'dinsex','sexcum'
@@ -233,31 +233,32 @@ else
 							gs 'dinsex','analsex'
 							gs 'arousal', 'anal', 10
 						end
+						gs 'arousal', 'end'
+						gs 'stat'
+						act 'Continue': gt 'mirafather'
 					else
 						gs 'oral','start'
 						gs 'arousal', 'bj', 10
-					end
-					gs 'stat'
-
-					act 'Make him cum':
-						*clr & cla
-						minut += 5
-						pcs_horny += 10
-						gs 'cum_call', 'stomach', $boy, 1,'','',15
-						gs 'cum_call', 'breasts', $boy, 1,'','',20
-						gs 'cum_call', 'mouth', $boy, 1,'','',5
-						gs 'arousal', 'end'
 						gs 'stat'
-
-						'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathercum.jpg"></center>'
-						*nl
-						if temp_mf < 5:
-							'Afanasiy gently pulls away from you, leaving a couple of pearly drops of semen on your lips, and continues cumming on your tits and abdomen.'
-						else
-							'Afanasiy gently pulls out of you, you kneel in front of him as he begins cumming on your tits and abdomen.'
+						act 'Make him cum':
+							*clr & cla
+							minut += 5
+							'<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mira/mirafathercum.jpg"></center>'
+							*nl
+							if temp_mf < 5:
+								'Afanasiy gently pulls away from you, leaving a couple of pearly drops of semen on your lips, and continues cumming on your tits and abdomen.'
+							else
+								'Afanasiy gently pulls out of you, you kneel in front of him as he begins cumming on your tits and abdomen.'
+							end
+							gs 'arousal', 'bj', -2
+							gs 'cum_call', 'stomach', $boy, 1,'','',15
+							gs 'cum_call', 'breasts', $boy, 1,'','',20
+							gs 'cum_call', 'mouth', $boy, 1,'','',5
+							gs 'arousal', 'end'
+							gs 'stat'
+
+							act 'Continue': gt 'mirafather'
 						end
-
-						act 'Continue': gt 'mirafather'
 					end
 				end
 			end