ソースを参照

[fixes] made it more clear what the conditions are to prostitute yourself in the city

julzor 5 年 前
コミット
2539330c53
3 ファイル変更18 行追加0 行削除
  1. 6 0
      locations/Nord.qsrc
  2. 6 0
      locations/down.qsrc
  3. 6 0
      locations/street.qsrc

+ 6 - 0
locations/Nord.qsrc

@@ -137,6 +137,12 @@ if $ARGS[0] = 'redlight':
 		'There are prostitutes working in places near here.'
 		if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40:
 			act 'Prostitute yourself': gt 'street_walker', 'work'
+		elseif pcs_inhib >= 40:  
+			*nl
+			'You could work as a prostitute, but you need to wear appropriate clothes and more than a little bit of makeup.'
+		else
+			*nl
+			'You could work as a prostitute, but you aren''t comfortable with the idea.'
 		end
 	end
 end

+ 6 - 0
locations/down.qsrc

@@ -235,6 +235,12 @@ if hour >= 20 or hour <= 4:
 	'There are prostitutes working in places near here.'
 	if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40:
 		act 'Prostitute yourself': gt 'street_walker', 'work'
+	elseif pcs_inhib >= 40:  
+		*nl
+		'You could work as a prostitute, but you need to wear appropriate clothes and more than a little bit of makeup.'
+	else
+		*nl
+		'You could work as a prostitute, but you aren''t comfortable with the idea.'
 	end
 end
 

+ 6 - 0
locations/street.qsrc

@@ -159,6 +159,12 @@ if hour >= 20 or hour <= 4:
 	'There are prostitutes working in places near here.'
 	if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40:
 		act 'Prostitute yourself': gt 'street_walker', 'work'
+	elseif pcs_inhib >= 40:  
+		*nl
+		'You could work as a prostitute, but you need to wear appropriate clothes and more than a little bit of makeup.'
+	else
+		*nl
+		'You could work as a prostitute, but you aren''t comfortable with the idea.'
 	end
 end