Browse Source

Merge remote-tracking branch 'julzor/master'

KevinSmarts 5 years ago
parent
commit
a6d8c39a5d
3 changed files with 6 additions and 6 deletions
  1. 3 3
      locations/mirasex.qsrc
  2. 2 1
      locations/preSYS2.qsrc
  3. 1 2
      locations/stat_display.qsrc

+ 3 - 3
locations/mirasex.qsrc

@@ -56,7 +56,7 @@ if $ARGS[0] = 'foreplay':
 		svetahorny += 10
 		gs 'arousal', 'foreplay', 5, 'lesbian'
 		gs 'stat'
-		npc_rel['A60'] < 30:
+		if npc_rel['A60'] < 30:
 			act 'Leave':MiraLoc ! 2 & minut += 20 & gt'Gaddvor'
 		else
 			act 'Lick Mira':gt 'mirasex','lickmira_start'
@@ -250,7 +250,7 @@ if $ARGS[0] = '69_1':
 		'<center><img <<$set_imgh>> src="images/characters/village/mira/sex/lickmira_69_cum1.jpg"></center>'
 		$text69[4]+$textlick[iif(lesbian < 10,rand(7,9),rand(10,12))]+$text_emotions[iif(pcs_horny < 60,5,iif(pcs_horny < 80,6,7))]+$text69[5]+$textlick[iif(miralick < 10,rand(1,3),rand(4,6))]+$text_emotions[iif(pcs_horny < 60,1,iif(pcs_horny < 80,2,3))]+$text_cum[1]
 		$orgasm_or = 'yes'
-		$orgasm_ txt = 'The stimulation both from Mira''s ministrations and your efforts to get her off hits you hard and you cum. You take a moment then decide to focus on Mira.'
+		$orgasm_txt = 'The stimulation both from Mira''s ministrations and your efforts to get her off hits you hard and you cum. You take a moment then decide to focus on Mira.'
 		gs 'arousal', 'cuni', 10, 'lesbian'
 		gs 'arousal', 'cuni_give', 10, 'lesbian'
 		minut -= 15
@@ -303,7 +303,7 @@ if $ARGS[0] = 'miralick_stand2':
 		you_orgasm = 1
 		'<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand_cum.jpg"></center>'
 		$textstand[rand(1,3)]+$textlick[iif(miralick < 10,rand(1,3),rand(4,6))]+$text_emotions[3]
-		$orgasm_txt 'Mira licks your pussy, it feels great. In fact it feels incredible, you can''t hold back any more and a warmth spreads through your abdomen as you cum.'
+		$orgasm_txt = 'Mira licks your pussy, it feels great. In fact it feels incredible, you can''t hold back any more and a warmth spreads through your abdomen as you cum.'
 		$orgasm_or = 'yes'
 	else
 		'<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miralick_stand'+rand(1,2)+'.jpg"></center>'

+ 2 - 1
locations/preSYS2.qsrc

@@ -14,6 +14,7 @@ if $ARGS[0] = 'start':
 	act 'Return to preset character menu': gt 'preSYS', 'charselect'
 	act 'Confirm these options':
 		pcs_inhib = 100 - pcs_inhib
+		if pcs_inhib < 10: pcs_inhib = 10
 		!!This line should get sveta to wear school uniform because she has no other clothing with >=40
 		if pcs_inhib >= 40: gs 'clothing', 'wear', 'school', 6
 		if bag = 1:
@@ -515,7 +516,7 @@ if $ARGS[0] = 'none':
 	pcs_chrsm = 30
 	pcs_prcptn = 30
 	pcs_grade = 75
-	pcs_inhib = 100	
+	pcs_inhib = 90	
 	pcs_heel = 5
 
 	!!Mental Skills Reset

+ 1 - 2
locations/stat_display.qsrc

@@ -1047,8 +1047,7 @@ if $clothingworntype ! 'nude':
 			$stat_msg += '<BR><b><font color = red>You are not wearing a bra and your nipples are being subtly outlined through your top.</font></b>'
 		end
 	elseif $braworntype = 'none':
-			$stat_msg += '<BR><b><font color = red>You are not wearing a bra.</font></b>'
-		end
+		$stat_msg += '<BR><b><font color = red>You are not wearing a bra.</font></b>'
 	end
 end