Przeglądaj źródła

[added] missing option for commercial

hornguy6 3 lat temu
rodzic
commit
3d1a345976
1 zmienionych plików z 6 dodań i 3 usunięć
  1. 6 3
      locations/foto_shoot.qsrc

+ 6 - 3
locations/foto_shoot.qsrc

@@ -637,7 +637,11 @@ if $ARGS[0] = 'sexy':
 	'You dress up in sexy clothes and spend the next two hours posing for the photographer.'
 	*nl
 	'After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
-	act 'Leave':gt 'foto','end'
+	if pcs_mdlng >= 40 and commercial = 0:
+		act 'Leave':gt'foto_events','commercial'
+	else
+		act 'Leave':gt 'foto', 'end'
+	end
 end
 
 if $ARGS[0] = 'transparent':
@@ -828,9 +832,8 @@ if $ARGS[0] = 'erotic':
 	if pcs_inhib < 60:inhib_exp += rand(1,3)
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/erotic/<<rand(1,19)>>.jpg"></center>'
 	if $pantyworntype ! 'none':
-		
-	else
 	
+	else
 		'Already naked, you step onto the set and begin the shoot immediately.'
 	end
 	*nl