Browse Source

Merge branch 'master' of https://git.catrenelle.com/julzor/glife

3xpurt 4 years ago
parent
commit
19ee0c78e0

+ 12 - 0
locations/gLakeNude.qsrc

@@ -359,6 +359,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'
 			if hour < 8 or hour > 22:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
@@ -399,6 +403,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
 			'It appears to be empty at the moment.'
@@ -424,6 +432,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'			
 			if hour < 8 or hour > 22:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'

+ 3 - 3
locations/pod_ezd.qsrc

@@ -383,10 +383,10 @@ if $ARGS[0] = 'floor2_events':
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/event/mishasmoke.jpg"></center>'
 		'Uncle Misha is currently outside his apartment, smoking a cigarette. His name is Mikhail, though everyone calls him uncle Misha. He lives in the other apartment on the same floor as yours. Your mother always forbade you to talk to him, warning you that he used to be a local crime lord, and that you shouldn''t get involved with him. However, he has always been polite and nice to you.'
-		if pav_slut >= 125 or dyadyamishaevent >= 1 or (alko => 6 and pcs_horny >= 80) or (PCloStyle = 4 and sh_hooker_count > 0):
+		if (PCloStyle = 4 and pav_slut >= 75) or dyadyamishaevent >= 1 or sh_hooker_count > 0:
 			if rand(0,1) = 1:
 				'You have a chat with uncle Misha, as he smokes his cigarette. You can tell he''s undressing you in his mind, but in a way you find it kind of flattering. As he stubs out his cigarette and puffs away the last bits of smoke, he asks:'
-				'"Say, <<$pcs_nickname>>, would you like to make an old man feel good? I could use a quick blowjob... there''ll be 50 <b>₽</b> in it for you, for your troubles."'
+				'"Say, <<$pcs_nickname>>, would you like to make an old man feel good? I could use a quick blowjob... there''ll be 100 <b>₽</b> in it for you, for your troubles."'
 				gs 'willpower', 'bj', 'resist'
 				if will_cost <= pcs_willpwr:
 					act 'Refuse (<<will_cost>> Willpower)':
@@ -908,7 +908,7 @@ end
 if $ARGS[0] = 'misha_bj':
 	*clr & cla
 	menu_off = 1
-	money += 50
+	money += 100
 	gs 'fame', 'pav', 'prostitute', 1
 	gs 'boyStat', 'A54'
 	gs 'stat'

+ 4 - 0
locations/sauna.qsrc

@@ -93,6 +93,10 @@ if $ARGS[0] = 'saunaroom':
 	menu_off = 0
 	$location_type = 'private'
 	saunaYouRoom = 1
+	if sauna_daystart ! daystart:
+		sauna_daystart = daystart
+		pcs_skin += rand(2,4)
+	end
 	gs 'stat'
 	gs 'kit_din'
 	'<center><b><font color="maroon">Room</font></b></center>'

+ 4 - 0
locations/saveupdater.qsrc

@@ -621,6 +621,10 @@ killvar 'natlesb'
 killvar 'natfuck'
 
 if fuckornot_update = 0:
+	fuckornot_update = 1
+	hotcat_rating['A22'] = 9
+	hotcat_rating['A17'] = 9
+	hotcat_rating['A23'] = 8
 	hotcat_rating['A144'] = 8
 	hotcat_rating['A19'] = 7
 	hotcat_rating['A18'] = 7

+ 4 - 4
locations/street_walker.qsrc

@@ -356,7 +356,7 @@ if $ARGS[0] = 'blowjob':
 				gs 'stat'
 				act 'Finish him':
 					*clr & cla
-					money += 700
+					money += 500
 					gs 'cum_call', 'mouth', 'prostitute customer'
 					'<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/bj4.jpg"></center>'
 					'As you suck him, you feel the hot splash of cum hit your tongue, as spurt after spurt of it fills your mouth. He moans loudly as he sperm fills your mouth, you keep sucking until there is no more hot spurts. You raise up showing him his own cum and then swallow it. He gives you a brief smile, then quickly slips his dick away and rebuttons his pants. Sliding the seat back forward he pulls out a wad of cash and hands it to you.'
@@ -396,7 +396,7 @@ if $ARGS[0] = 'vaginal':
 				gs 'stat'
 				act 'Finish him':
 					*clr & cla
-					money += 2000
+					money += 1200
 					gs 'cum_call', 'breasts', 'prostitute customer'
 					'<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/fuck4.jpg"></center>'
 					'He suddenly pulls out of you and tears the condom off. Followed him by him climbing further on you, as he starts jerking off. With in seconds his hot cum starts flying landing all over your breasts, as he moans loudly. Once finally finished he climbs off you and starts to get dressed, stopping briefly to hand you a wad of cash.'
@@ -452,7 +452,7 @@ if $ARGS[0] = 'anal':
 							gs 'stat'
 							act 'Finish him':
 								*clr & cla
-								money += 2500
+								money += 1500
 								gs 'cum_call','face', 'prostitute customer'
 								'<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo6.jpg"></center>'
 								'He grunts out, "I''m about to cum" As he pulls out of your ass, you turn around and start jerking him off with your hand, aiming his cock right at your face. Within moment hot sprays of cum start splattering against your face, you keep jerking him until you have milked him of every last drop.'
@@ -507,7 +507,7 @@ if $ARGS[0] = 'anal':
 							gs 'stat'
 							act 'Finish him':
 								*clr & cla
-								money += 2500
+								money += 1500
 								gs 'cum_call','breasts', 'prostitute customer'
 								'<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy6.jpg"></center>'
 								'He grunts out, "I''m about to cum" As he pulls out of your ass, he roughly flips you over and straddles you, as he starts jerking off. Soon his cum is flying landing all over you breasts.'