1
0
Prechádzať zdrojové kódy

update to allow you to now get paid for 2 modelling jobs per week instead of 1

hornguy6 6 rokov pred
rodič
commit
975a39612c
2 zmenil súbory, kde vykonal 12 pridanie a 6 odobranie
  1. 8 4
      locations/foto
  2. 4 2
      locations/stat_display

+ 8 - 4
locations/foto

@@ -215,8 +215,9 @@ if $ARGS[0] = 'studio':
 					'	"Yup, I''ve got it right here."'
 					'	You hand over your fake passport and he inspects it, comparing it to something on his screen and occasionally clacking on his keyboard. You feel nervous that he might be looking for discrepancies and find out it''s fake before you realize he''s looking back and forth because he''s copying the information into the computer. Probably for employee records or something like that. Then he smirks at you, chuckling to himself as he continues to type. You pale when you realize that he knows the passport is fake. Despite this, he doesn''t make any remarks and finishes his typing.'
 					*nl
-					'	"Alright, your info''s in the database and you''re now registered as one of our models. Head to the back to undress. When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models, we can really only afford to pay you for coming in once a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just once a week."'
+					'	"Alright, your info''s in the database and you''re now registered as one of our models. Head to the back to undress. When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models, we can really only afford to pay you for two shoots a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just twice a week."'
 					'	He hands you back your fake passport, smiling.'
+					*nl
 					'	"Welcome to Aphrodite."'
 					model = 1
 					modelyear = year
@@ -242,8 +243,9 @@ if $ARGS[0] = 'studio':
 					'	"Here, take it pervert. Let''s get this over with so I can make some money."'
 					'	He picks it from where it fell onto his desk and begins copying the information onto his computer. As he types he occasionally glances at you, like he can''t wait to see you naked again. You roll your eyes and give him the finger which makes him smile more but at least he goes back to focusing on typing. Finally, he hits a key on his keyboard with an air of finality and holds up the fake passport one more time to compare the information he just typed in. Satisfied that it has been entered accurately, he nods and clicks a few more times to save the data.'
 				end
-				'	"Alright, your info''s in the database and you''re now registered as one of our models. Head to the back to undress. When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models, we can really only afford to pay you for coming in once a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just once a week."'
+				'	"Alright, your info''s in the database and you''re now registered as one of our models. Head to the back to undress. When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models, we can really only afford to pay you for two shoots a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just twice a week."'
 				'	He hands you back your fake passport, smiling.'
+				*nl
 				'	"Welcome to Aphrodite."'
 				model = 1
 				modelyear = year
@@ -389,8 +391,9 @@ if $ARGS[0] = 'job_offer':
 			cla
 			*nl
 			'	He takes it and studies it for a moment, looking back and forth between you and the document. "Okay, that confirms you''re <<age>> and we''ll put you into the database later."'
-			'	"When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models or new hires like you, we can really only afford to pay you for coming in once a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just once a week."'
+			'	"When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models or new hires like you, we can really only afford to pay you for two shoots a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just twice a week."'
 			'	He hands you back your passport, smiling.'
+			*nl
 			'	"Welcome to Aphrodite."'
 			act 'Find a photographer':gt 'foto', 'model'
 		end
@@ -399,8 +402,9 @@ if $ARGS[0] = 'job_offer':
 			cla
 			*nl
 			'	He takes it and studies it for a moment, looking back and forth between you and the document. He grins at you, chuckling to himself and you realize that he knows the passport is fake. "Heh, so long as I have some deniability. Anyways, we''ll put your info into the database later."'
-			'	"When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models or new hires like you, we can really only afford to pay you for coming in once a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just once a week."'
+			'	"When you''re ready, speak to a photographer about work. We work on freelance basis. For our lower level models or new hires like you, we can really only afford to pay you for two shoots a week, but you can still come in any time if you want to get some practice to work on your modelling skills. Those photos will be ours to keep and use, but it will help you to build your portfolio. If your popularity increases, we might have some special work and extra jobs for you so it''s not just twice a week."'
 			'	He hands you back your fake passport, smiling.'
+			*nl
 			'	"Welcome to Aphrodite."'
 			act 'Find a photographer':gt 'foto', 'model'
 		end

+ 4 - 2
locations/stat_display

@@ -1247,8 +1247,10 @@ end
 
 if model > 0 and model_week = (daystart - week) / 7:
 	$stat_msg += '<BR><b>You have worked as a model this week.</b>'
-elseif model > 0 and model_week < (daystart - week) / 7:
-	$stat_msg += '<BR><b>You can do paid modelling this week.</b>'
+elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week < 1:
+	$stat_msg += '<BR><b>You can get paid for 2 modelling jobs this week.</b>'
+elseif model > 0 and model_week < (daystart - week) / 7 and model_job_week = 1:
+	$stat_msg += '<BR><b>You can get paid for 1 more modelling job this week.</b>'
 end
 if pornstack > 0:
 	aa = 0