1
0
Prechádzať zdrojové kódy

[fixed] willpower seeding + cleaning up some arousal calls and other bits

Sicaa 5 rokov pred
rodič
commit
eaa2ef7c48
2 zmenil súbory, kde vykonal 340 pridanie a 394 odobranie
  1. 225 298
      locations/pornfilm.qsrc
  2. 115 96
      locations/pornstudio.qsrc

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 225 - 298
locations/pornfilm.qsrc


+ 115 - 96
locations/pornstudio.qsrc

@@ -14,7 +14,7 @@ if $ARGS[0] = 'start':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
 
-	act 'Leave':gt 'Nord', 'redlight'
+	act 'Leave': gt 'Nord', 'redlight'
 
 	if hour < 10 or hour > 22:
 		'The Porn studio is closed. Opening hours are between 10 and 22'
@@ -23,11 +23,11 @@ if $ARGS[0] = 'start':
 
 	'Manager''s office open.'
 
-	act 'Go to the manager':gt 'pornstudio', 'manager'
+	act 'Go to the manager': gt 'pornstudio', 'manager'
 
-	act 'Visit the managers PA':gt 'pornstudio', 'pa'
+	act 'Visit the managers PA': gt 'pornstudio', 'pa'
 
-	if bomzQW = 1 and week = 4 and workDisk = 0: act 'Arrive for work':gt 'pornstudio', 'delivery'
+	if bomzQW = 1 and week = 4 and workDisk = 0: act 'Arrive for work': gt 'pornstudio', 'delivery'
 
 	if workDolg > 0 and money >= workDolg:
 		act 'Repay your debt':
@@ -40,7 +40,7 @@ if $ARGS[0] = 'start':
 			gs 'stat'
 			'You give the money that you owe to the studio.'
 
-			act 'Leave':gt 'pornstudio', 'start'
+			act 'Leave': gt 'pornstudio', 'start'
 		end
 	elseif workDolg = 0:
 		if workDisk = 1 and week = 5:
@@ -54,7 +54,7 @@ if $ARGS[0] = 'start':
 				'Moving away from the studio near you hear someone else came out of a nearby building and follow for you.'
 				'<font color="magenta"> "Avoid deserted places, maybe this will blow over"</font> you reassure yourself, and carry on.'
 
-				act 'Leave':gt 'Nord', 'redlight'
+				act 'Leave': gt 'Nord', 'redlight'
 			end
 		elseif workDisk = 3 and week = 5:
 			act 'Give the envelope':
@@ -80,7 +80,7 @@ if $ARGS[0] = 'start':
 					'You give the envelope to the manager and he gives you 5,000 <b>₽</b>.'
 				end
 
-				act 'Leave':gt 'Nord', 'redlight'
+				act 'Leave': gt 'Nord', 'redlight'
 			end
 		end
 	end
@@ -95,7 +95,7 @@ if $ARGS[0] = 'start':
 			gs 'stat'
 			'You hand over your medical certificate showing that you are STD free. They promise to consider your reinstatement as a porn actress.'
 
-			act 'Leave':gt 'pornstudio', 'start'
+			act 'Leave': gt 'pornstudio', 'start'
 		end
 	end
 end
@@ -125,7 +125,7 @@ if $ARGS[0] = 'pa':
 					if $pfname = '':$pfname = 'Lotta Cox'
 					gt 'pornstudio', 'pa'
 				end
-				act '"Ehh, leave it."':gt 'pornstudio', 'pa'
+				act '"Ehh, leave it."': gt 'pornstudio', 'pa'
 			end
 		end
 		if pfilmSTOP = 0:
@@ -224,25 +224,25 @@ if $ARGS[0] = 'pa':
 								gs 'stat'
 								'We never met. Have a nice day, and don''t come back'
 
-								act 'Leave':gt 'pornstudio', 'start'
+								act 'Leave': gt 'pornstudio', 'start'
 							end
 						end
 
-						act 'Not interested':gt 'pornstudio', 'start'
+						act 'Not interested': gt 'pornstudio', 'start'
 					end
 
-					act 'Leave':gt 'pornstudio', 'start'
+					act 'Leave': gt 'pornstudio', 'start'
 				end
 
-				act 'Leave':gt 'pornstudio', 'start'
+				act 'Leave': gt 'pornstudio', 'start'
 			end
 		end
 
-		act 'Leave':gt 'pornstudio', 'start'
+		act 'Leave': gt 'pornstudio', 'start'
 
 	end
 
-	act 'Leave':gt 'pornstudio', 'start'
+	act 'Leave': gt 'pornstudio', 'start'
 end
 
 if $ARGS[0] = 'delivery':
@@ -300,7 +300,7 @@ if $ARGS[0] = 'shower':
 	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 
 	act 'Look in the mirror': gt 'mirror', 'start'
-	act 'Go and see Peter':gt 'pornstudio', 'postvideo'
+	act 'Go and see Peter': gt 'pornstudio', 'postvideo'
 end
 
 if $ARGS[0] = 'bathroom':
@@ -316,7 +316,7 @@ if $ARGS[0] = 'bathroom':
 	'You are in the shower room after your movie shoot, you should go and see Peter to get your pay unless you need to use the mirror again.'
 
 	act 'Look in the mirror': gt 'mirror', 'start'
-	act 'Go and see Peter':gt 'pornstudio', 'postvideo'
+	act 'Go and see Peter': gt 'pornstudio', 'postvideo'
 end
 
 if $ARGS[0] = 'manager':
@@ -327,9 +327,9 @@ if $ARGS[0] = 'manager':
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
 	'You walk into the office of the producer in the porn production company, and you see that the producer is here.'
 
-	if firstkasting = 0:gt 'pornstudio', 'first'
+	if firstkasting = 0: gt 'pornstudio', 'first'
 
-	if pregchem >= 2688 and pregtalkpornstudio = 0:gt 'pornstudio', 'pregreact'
+	if pregchem >= 2688 and pregtalkpornstudio = 0: gt 'pornstudio', 'pregreact'
 
 	if pfilmNO = 1:
 	! Banned from shooting porn
@@ -363,14 +363,20 @@ if $ARGS[0] = 'manager':
 
 		act 'Accept your debt':prodcosttrue += prodcost & gt 'pornstudio', 'start'
 
-		act 'Fuck this shit, I quit!':
-			pfilmNO = 1
-			killvar 'prodcosttrue'
-			killvar 'pfilmday'
-			killvar 'pornplan'
-			killvar 'porntaken'
-			killvar 'pornnow'
-			gt 'pornstudio', 'start'
+		gs 'willpower', 'misc', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'Fuck this shit, I quit! (<<will_cost>> Willpower)':
+				gs 'willpower', 'pay', 'self'
+				pfilmNO = 1
+				killvar 'prodcosttrue'
+				killvar 'pfilmday'
+				killvar 'pornplan'
+				killvar 'porntaken'
+				killvar 'pornnow'
+				gt 'pornstudio', 'start'
+			end
+		else
+			act 'Fuck this shit, I quit! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 		exit
 	elseif prodcosttrue > 20000 and prodcost > 0:
@@ -386,11 +392,11 @@ if $ARGS[0] = 'manager':
 	elseif pfilmday[0] > 0 and hour >= 10 and hour <= 12:
 	! You have porn shoot today, and you are in time
 		pornnow = 1
-		if hour = 10:'"Come on honey, inspection."'
-		if hour = 11:'"You''re late, my patience is not eternal", Peter says strictly. "Quickly now, to the inspection!"'
-		if hour = 12:'"What the hell? Everyone''s waiting for you. Hurry up, get inspected! Now!"'
+		if hour = 10: '"Come on honey, inspection."'
+		if hour = 11: '"You''re late, my patience is not eternal", Peter says strictly. "Quickly now, to the inspection!"'
+		if hour = 12: '"What the hell? Everyone''s waiting for you. Hurry up, get inspected! Now!"'
 
-		act 'Go for medical check-up':gt 'pornstudio', 'medical', pfilmday[0]
+		act 'Go for medical check-up': gt 'pornstudio', 'medical', pfilmday[0]
 		exit
 	elseif film = 0 and pornstack = 0:
 	! Your first ever movie offer
@@ -403,16 +409,23 @@ if $ARGS[0] = 'manager':
 			'Yes, you have to jerk off a guy, in this one he will finish on you tits. It pays 500 <b>₽</b>.'
 		end
 
-		act 'Agree':
-			cla
-			pornstack += 1
-			pfilmday[1] = 1
-			'Cool, we shoot tomorrow. Get here between 10 and 11, and please do not be late.'
+		gs 'willpower', 'exhib', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'Agree (<<will_cost>> Willpower)':
+				cla
+				gs 'willpower', 'pay', 'self'
+				pornstack += 1
+				pfilmday[1] = 1
+				gs 'stat'
+				'Cool, we shoot tomorrow. Get here between 10 and 11, and please do not be late.'
 
-			act 'Leave':gt 'pornstudio', 'start'
+				act 'Leave': gt 'pornstudio', 'start'
+			end
+		else
+			act 'Agree (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 
-		act 'I don''t think I''m ready':gt 'pornstudio', 'start'
+		act 'I don''t think I''m ready': gt 'pornstudio', 'start'
 		exit
 	elseif film > 0:
 		gs 'pornstudio', 'options'
@@ -421,10 +434,10 @@ if $ARGS[0] = 'manager':
 	end
 
 	if porndebt > 0:
-		act 'Ask about your debt':'"Of course, <<$pcs_nickname>>! You current debt to the company is <<porndebt>> <b>₽</b>."'
+		act 'Ask about your debt': '"Of course, <<$pcs_nickname>>! You current debt to the company is <<porndebt>> <b>₽</b>."'
 	end
 
-	act 'Leave':gt 'pornstudio', 'start'
+	act 'Leave': gt 'pornstudio', 'start'
 end
 
 if $ARGS[0] = 'options':
@@ -557,19 +570,19 @@ if $ARGS[0] = 'options':
 			*clr
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
 			'<font color="grey">The selected tags will not be displayed</font><br><br>Currenty filtered tags: <font color="green"><<$tagfilter>></font>'
-			if flag_tag[1] = 0:'<a href="exec:$tagfilter += ''hetero '' & flag_tag[1] = 1 & dynamic $displaytag">heterosexual</a>'
-			if flag_tag[2] = 0:'<a href="exec:$tagfilter += ''lesbian '' & flag_tag[2] = 1 & dynamic $displaytag">lesbian</a>'
-			if flag_tag[3] = 0:'<a href="exec:$tagfilter += ''threesome '' & flag_tag[3] = 1 & dynamic $displaytag">threesome</a>'
-			if flag_tag[4] = 0:'<a href="exec:$tagfilter += ''gangbang '' & flag_tag[4] = 1 & dynamic $displaytag">gangbang</a>'
-			if flag_tag[5] = 0:'<a href="exec:$tagfilter += ''facial '' & flag_tag[5] = 1 & dynamic $displaytag">facial</a>'
-			if flag_tag[6] = 0:'<a href="exec:$tagfilter += ''vaginal '' & flag_tag[6] = 1 & dynamic $displaytag">vaginal</a>'
-			if flag_tag[7] = 0:'<a href="exec:$tagfilter += ''anal '' & flag_tag[7] = 1 & dynamic $displaytag">anal</a>'
-			if flag_tag[8] = 0:'<a href="exec:$tagfilter += ''blowjob '' & flag_tag[8] = 1 & dynamic $displaytag">blowjob</a>'
-			if flag_tag[9] = 0:'<a href="exec:$tagfilter += ''handjob '' & flag_tag[9] = 1 & dynamic $displaytag">handjob</a>'
-			if flag_tag[10] = 0:'<a href="exec:$tagfilter += ''cumshot '' & flag_tag[10] = 1 & dynamic $displaytag">cumshot</a>'
-			if flag_tag[11] = 0:'<a href="exec:$tagfilter += ''swallowing '' & flag_tag[11] = 1 & dynamic $displaytag">swallowing</a>'
-			if flag_tag[12] = 0:'<a href="exec:$tagfilter += ''DP '' & flag_tag[12] = 1 & dynamic $displaytag">DP</a>'
-			if flag_tag[13] = 0:'<a href="exec:$tagfilter += ''creampie '' & flag_tag[13] = 1 & dynamic $displaytag">creampie</a>'
+			if flag_tag[1] = 0: '<a href="exec:$tagfilter += ''hetero '' & flag_tag[1] = 1 & dynamic $displaytag">heterosexual</a>'
+			if flag_tag[2] = 0: '<a href="exec:$tagfilter += ''lesbian '' & flag_tag[2] = 1 & dynamic $displaytag">lesbian</a>'
+			if flag_tag[3] = 0: '<a href="exec:$tagfilter += ''threesome '' & flag_tag[3] = 1 & dynamic $displaytag">threesome</a>'
+			if flag_tag[4] = 0: '<a href="exec:$tagfilter += ''gangbang '' & flag_tag[4] = 1 & dynamic $displaytag">gangbang</a>'
+			if flag_tag[5] = 0: '<a href="exec:$tagfilter += ''facial '' & flag_tag[5] = 1 & dynamic $displaytag">facial</a>'
+			if flag_tag[6] = 0: '<a href="exec:$tagfilter += ''vaginal '' & flag_tag[6] = 1 & dynamic $displaytag">vaginal</a>'
+			if flag_tag[7] = 0: '<a href="exec:$tagfilter += ''anal '' & flag_tag[7] = 1 & dynamic $displaytag">anal</a>'
+			if flag_tag[8] = 0: '<a href="exec:$tagfilter += ''blowjob '' & flag_tag[8] = 1 & dynamic $displaytag">blowjob</a>'
+			if flag_tag[9] = 0: '<a href="exec:$tagfilter += ''handjob '' & flag_tag[9] = 1 & dynamic $displaytag">handjob</a>'
+			if flag_tag[10] = 0: '<a href="exec:$tagfilter += ''cumshot '' & flag_tag[10] = 1 & dynamic $displaytag">cumshot</a>'
+			if flag_tag[11] = 0: '<a href="exec:$tagfilter += ''swallowing '' & flag_tag[11] = 1 & dynamic $displaytag">swallowing</a>'
+			if flag_tag[12] = 0: '<a href="exec:$tagfilter += ''DP '' & flag_tag[12] = 1 & dynamic $displaytag">DP</a>'
+			if flag_tag[13] = 0: '<a href="exec:$tagfilter += ''creampie '' & flag_tag[13] = 1 & dynamic $displaytag">creampie</a>'
 			''
 			'<a href="exec:killvar ''$tagfilter'' & killvar ''flag_tag'' & dynamic $displaytag">Clear date filters</a>'
 		}
@@ -684,7 +697,7 @@ if $ARGS[0] = 'options':
 							if porns < 3: porns += 1 & jump 'pornplanloop'
 						end
 						if $pornofday ! '':
-							'<<$monthName[m1]>> <<d1>>, <<$week[w1]>>:'
+							'<<$monthName[m1]>> <<d1>>, <<$week[w1]>>: '
 							'<<$pornofday>>'
 							$pornofday = ''
 						end
@@ -713,10 +726,10 @@ if $ARGS[0] = 'options':
 					if w1 > 7:w1 = 1
 					d1 += 1
 					if monthsend[m1] < d1: m1 += 1 & d1 = 1
-					if (pfilmday[i] = 1 and freefilm = 0) or pfilmday[i] > 1:'<<$monthName[m1]>> <<d1>>, <<$week[w1]>>:'
+					if (pfilmday[i] = 1 and freefilm = 0) or pfilmday[i] > 1: '<<$monthName[m1]>> <<d1>>, <<$week[w1]>>: '
 					porns = 0
 					:nopornplanloop
-						if porntaken['<<i>>,<<porns>>'] = 2:'<a href="exec:pornstack -= 1 & porntaken[''<<i>>,<<porns>>''] = 0 & pfilmday[<<pcount[i]>>] = 0 & gs ''stat'' & dynamic $canceling"><<$porndesc[pornplan[''<<i>>,<<porns>>'']]>></a>'
+						if porntaken['<<i>>,<<porns>>'] = 2: '<a href="exec:pornstack -= 1 & porntaken[''<<i>>,<<porns>>''] = 0 & pfilmday[<<pcount[i]>>] = 0 & gs ''stat'' & dynamic $canceling"><<$porndesc[pornplan[''<<i>>,<<porns>>'']]>></a>'
 					if porns < 3: porns += 1 & jump 'nopornplanloop'
 				if i < 49:
 					i += 1
@@ -761,12 +774,12 @@ if $ARGS[0] = 'first':
 
 	if pcs_inhib < 40 and (money <= 500 and karta <= 500 and home_owned[2] = 0) or (narkoman = 1 or SLomka > 0):
 		'While you do not feel confident enough showing off your body, you are so desperate for money, you will do anything.'
-		act 'Continue':gt 'pornstudio', 'yes'
+		act 'Continue': gt 'pornstudio', 'yes'
 	elseif pcs_inhib < 40:
-		'You do not feel confident enough to have start a porn career, you should get more used to showing off your body first.'
-		act 'Leave':gt 'pornstudio', 'start'
+		'You do not feel confident enough to start a porn career, you should get more used to showing off your body first.'
+		act 'Leave': gt 'pornstudio', 'start'
 	else
-		act 'Continue':gt 'pornstudio', 'yes'
+		act 'Continue': gt 'pornstudio', 'yes'
 	end
 end
 
@@ -796,59 +809,65 @@ if $ARGS[0] = 'yes':
 			exit
 		end
 
-		act 'Make excuses and leave':gt 'pornstudio', 'start'
+		act 'Make excuses and leave': gt 'pornstudio', 'start'
 
-		act 'Undress':
-			cla
-			minut += 5
-			gs 'stat'
-			'You undress in front of the boss, he gets up from his chair and walks towards you. "Lie down on the couch and spread your legs."'
-
-			act 'Grab your clothes and run out':gt 'pornstudio', 'start'
-
-			act 'Lie down on the sofa and spread your legs':
+		gs 'willpower', 'exhib', 'self'
+		if will_cost <= pcs_willpwr:
+			act 'Undress (<<will_cost>> Willpower)':
 				cla
+				gs 'willpower', 'pay', 'self'
 				minut += 5
 				gs 'stat'
-				'You lie down on the sofa and spread your legs. The boss takes a few pictures on his phone, explaining that it is for the portfolio. After that, the boss asks you to kneel.'
+				'You undress in front of the boss, he gets up from his chair and walks towards you. "Lie down on the couch and spread your legs."'
+
+				act 'Grab your clothes and run out': gt 'pornstudio', 'start'
 
-				act 'Kneel':
+				act 'Lie down on the sofa and spread your legs':
 					cla
 					minut += 5
 					gs 'stat'
-					'You get up from the sofa and kneel in front of the boss. He takes a few more pictures. "Now open your mouth and stick out your tongue as if I was about to finish on your face."'
+					'You lie down on the sofa and spread your legs. The boss takes a few pictures on his phone, explaining that it is for the portfolio. After that, the boss asks you to kneel.'
 
-					act 'Open your mouth and stick out your tongue':
+					act 'Kneel':
 						cla
 						minut += 5
 						gs 'stat'
-						'You have open your mouth and stuck out your tongue. The boss says, "Not bad, now suck my thumb."'
+						'You get up from the sofa and kneel in front of the boss. He takes a few more pictures. "Now open your mouth and stick out your tongue as if I was about to finish on your face."'
 
-						act 'Suck his thumb':
+						act 'Open your mouth and stick out your tongue':
 							cla
 							minut += 5
 							gs 'stat'
-							'You start to suck his thumb trying to look as sexy as possible. Meanwhile he touches your breast with his other hand while you are busy with his finger.'
-							'He pulls his finger out of your mouth and curtly tells you. "Get dressed." He sits down at his desk. You quickly dress and sit down.'
-							'"You can call me Peter. You are going to need a pornstar name.'
+							'You have open your mouth and stuck out your tongue. The boss says, "Not bad, now suck my thumb."'
 
-							act 'Choose your pornstar name':
+							act 'Suck his thumb':
 								cla
-								firstkasting = 1
-								$pfname = input ("What will be your pornstar name?")
+								minut += 5
+								gs 'stat'
+								'You start to suck his thumb trying to look as sexy as possible. Meanwhile he touches your breast with his other hand while you are busy with his finger.'
+								'He pulls his finger out of your mouth and curtly tells you. "Get dressed." He sits down at his desk. You quickly dress and sit down.'
+								'"You can call me Peter. You are going to need a pornstar name.'
+
+								act 'Choose your pornstar name':
+									cla
+									firstkasting = 1
+									$pfname = input ("What will be your pornstar name?")
 
-								if $pfname <= 0:$pfname = '<<$pcs_nickname>> BimboStar'
+									if $pfname <= 0:$pfname = '<<$pcs_nickname>> BimboStar'
 
-								'"<<$pfname>>, wonderful name. Now listen, before shooting starts you have to pass the medical examination. If we find any sign of a sexually transmitted disease, you are out, no exceptions.'
-								'Now you are registered. We are quite big in the industry, shooting about four movies every day so you can choose what movies are you willing to be in. Remember to take care of your health, but if you got sick or something, just cancel the shoot. You can do that up to the day of the shooting.'
-								'Come see me when you want a contract."'
+									'"<<$pfname>>, wonderful name. Now listen, before shooting starts you have to pass the medical examination. If we find any sign of a sexually transmitted disease, you are out, no exceptions.'
+									'Now you are registered. We are quite big in the industry, shooting about four movies every day so you can choose what movies are you willing to be in. Remember to take care of your health, but if you got sick or something, just cancel the shoot. You can do that up to the day of the shooting.'
+									'Come see me when you want a contract."'
 
-								act '.....':gt 'pornstudio', 'start'
+									act '.....': gt 'pornstudio', 'start'
+								end
 							end
 						end
 					end
 				end
 			end
+		else
+			act 'Undress (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 	end
 end
@@ -874,7 +893,7 @@ if $ARGS[0] = 'medical':
 			pfilmNoVenera = 1
 			'Your analysis showed an STD. The doctor tells you and calls Peter. Peter looks at the test results.'
 			'"Sorry, but as long as you have an STD you cannot make films."'
-			act 'Leave':gt 'pornstudio', 'start'
+			act 'Leave': gt 'pornstudio', 'start'
 		else
 			'"Very good, you are clean. You can go to the dressing room."'
 
@@ -898,7 +917,7 @@ if $ARGS[0] = 'medical':
 				'In the dressing room a skinny whiter-haired woman is waiting for you.'
 				'You take a thorough shower, carefully washing yourself, and getting an enema too, then you put on some makeup and get your hair done.'
 
-				act 'Go to the set':gt 'pornfilm', '<<pf>>'
+				act 'Go to the set': gt 'pornfilm', '<<pf>>'
 			end
 		end
 	end
@@ -1042,7 +1061,7 @@ if $ARGS[0] = 'postvideo':
 	pfcash = 0
 	gs 'stat'
 
-	act 'Leave':gt 'pornstudio', 'start'
+	act 'Leave': gt 'pornstudio', 'start'
 end
 
 if $ARGS[0] = '1':
@@ -1060,7 +1079,7 @@ if $ARGS[0] = '1':
 
 	act 'To state the purpose of your visit':
 		*clr & cla
-		minut = minut+60
+		minut += 60
 
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/pierre_2.jpg"></center>'
 		'Peter smiled and said, that the new actresses are always welcome, just terrible, of course, business do not take. On the first couple have held auditions, If you like public - they can not be held.'
@@ -1130,13 +1149,13 @@ if $ARGS[0] = '2':
 
 	'You spent eight hours posing in a variety of sexy underwear, for the casting director.'
 
-	minut = minut+120
+	minut += 120
 	gs 'stat'
-	minut = minut+120
+	minut += 120
 	gs 'stat'
-	minut = minut+120
+	minut += 120
 	gs 'stat'
-	minut = minut+120
+	minut += 120
 	gs 'stat'
 
 	if pcs_apprnc < carrar:
@@ -1164,7 +1183,7 @@ end
 
 if $ARGS[0] = 'pregreact':
 	'"Wow, since you are so visibly pregnant. I''m surprised you still want to do the shoot. The good news is, we''ve been looking into appealing to people with different fetishes, so this is the perfect opportunity to start marketing to pregnancy fetishists. But, this that is also going to change the shoots you can do. You see, this is more of a niche thing and not something we can really use for wide appeal. You can still work, but only on specific pregnancy shoots, so you might not get the same amount of work you got before. But don''t worry, if we can find a way to make money off of you, we definitely will," the manager ends with a smile.'
-	act 'Continue':pregtalkpornstudio = 1 & gt 'pornstudio', 'manager'
+	act 'Continue': pregtalkpornstudio = 1 & gt 'pornstudio', 'manager'
 end
 
 --- pornstudio ---------------------------------

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov