Browse Source

[fixed] no longer blocks shoots you've already done before

hornguy6 4 years ago
parent
commit
1843e576b6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/foto_shoot.qsrc

+ 2 - 2
locations/foto_shoot.qsrc

@@ -139,7 +139,7 @@ if $ARGS[0] = 'model':
 	end
 
 	act'"I''d like to do a glamour shoot"':
-		if pcs_inhib < 30:
+		if pcs_inhib < 30 and modelfoto_glamour < 1:
 			msg'You toy with the idea of exposing yourself on camera but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
 		else
 			gt'foto_shoot', 'glamour_shoot'
@@ -147,7 +147,7 @@ if $ARGS[0] = 'model':
 	end
 	
 	act'"I''d like to do a nude shoot"':
-		if pcs_inhib < 30:
+		if pcs_inhib < 30 and modelfoto_nude < 1:
 			msg'You toy with the idea of exposing yourself on camera but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
 		else
 			gt'foto_shoot', 'nude_shoot'