Browse Source

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Pepegass 1 year ago
parent
commit
7f0d827ec0

+ 1 - 0
locations/gschool_cheerleading.qsrc

@@ -552,6 +552,7 @@ if $ARGS[0] = 'shower':
 	end
 	
 	act 'Stay in the shower a little longer':
+		*clr & cla
 		minut += 10
 		gs 'stat'
 		'You''re enjoying this shower and choose to stay in it a little longer, long enough that you''re sure you''re the only person left.'

+ 1 - 0
locations/pav_church.qsrc

@@ -58,6 +58,7 @@ end
 
 if $ARGS[0] = 'Mom':
 	cla & *clr
+	mom_church = daystart
 	gs'stat'
 	'<center><b><h4><font color=#CB00A2>"Natasha <<$pcs_lastname>>"</font></h4></b></center>'
 	if VKChurchNo = 4 or VKChurchNo = 5:

+ 2 - 2
locations/shop_scandalicious.qsrc

@@ -301,7 +301,7 @@ if $ARGS[0] = 'bodysuit':
 	i = 1
 
 	:loopscandalicious_bodysuit
-		if boutique_bodysuit[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''bodysuit2''"><img src="images/pc/items/scandalicious/bodysuits/<<i>>.jpg" 	height="250" /></a> '
+		if scandalicious_bodysuit[i] = 0:*p '<a href="exec: i = <<i>> & gt ''shop_scandalicious'', ''bodysuit2''"><img src="images/pc/items/scandalicious/bodysuits/<<i>>.jpg" 	height="250" /></a> '
 		i += 1
 	if i <= 100:jump 'loopscandalicious_bodysuit'
 end
@@ -309,7 +309,7 @@ end
 if $ARGS[0] = 'bodysuit2':
 	cla
 	menu_off = 1
-	if boutique_bodysuit[i] ! 0:
+	if scandalicious_bodysuit[i] ! 0:
 		msg 'You already own this bodysuit.'
 		gt 'shop_scandalicious', 'bodysuit'
 	end

+ 4 - 0
locations/therapist_hotel.qsrc

@@ -58,6 +58,7 @@ if $ARGS[0] = 'event':
 			gs 'willpower', 'misc', 'resist', 'medium'
 			if will_cost <= pcs_willpwr:
 				act 'No, Master':
+					*clr & cla
 					minut+= 5
 					gs 'willpower', 'pay', 'medium'
 					gs 'stat'
@@ -76,6 +77,7 @@ if $ARGS[0] = 'post_shower':
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/therapist/bj.jpg"></center>'
 	'"Let''s start off slow. As your husband, you have to keep me calm," he points to under the desk. When he says "get under there", you move under the desk and look at him before he sits in his chair and imprisons you. You just sit there for what feels like a couple of hours before he opens his robe and moves your face to his cock. Knowing what he wants you start to suck on his cock. You only hear, "Don''t stop, even if i cum, you keep my cock in your mouth" and he goes back to whatever he''s doing.'
+	if hypnoHardToCum = 1: hypnoHardToCum = 2
 	gs 'arousal', 'bj', 60, 'sub'
 	gs 'stat'
 	act 'Continue':
@@ -95,6 +97,7 @@ if $ARGS[0] = 'post_shower':
 			gs 'arousal', 'vaginal', 20, 'sub'
 			gs 'cum_call', 0, 'A186', 2, 0, 15000, 60
 			gs 'arousal', 'end'
+			if hypnoHardToCum = 2: hypnoHardToCum = 1
 			gs 'stat'
 			act 'Sleep':
 				gs 'sleep', 'simple'
@@ -113,6 +116,7 @@ if $ARGS[0] = 'morning':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.better1.jpg"></center>'
 	'You wake up alone in a hotel room. You are naked and dripping of cum. You ask yourself, "What did I do last night?" after the hypnosis ends. You only remember sleeping with someone and having sex with them, but you have no idea who. You finally use the shower in the room, dress in what you wore the day before and leave the room.'
+	act 'Continue': gt 'pav_hotel'
 end
 
 --- therapist_hotel ---------------------------------