Browse Source

[changed] further updates to modelling statistics

hornguy6 4 years ago
parent
commit
dc1ec81af3
1 changed files with 19 additions and 9 deletions
  1. 19 9
      locations/obj_din.qsrc

+ 19 - 9
locations/obj_din.qsrc

@@ -983,14 +983,19 @@ if $ARGS[0] = 'stats_gen':
 		'<b>Modelling Stats</b>'
 		'<<modelfoto>> - Number of times you have worked as a model'
 		'<<modelfotomoney>> - The amount of money you''ve made modelling'
-		if modelfoto_fashion > 0: '<<modelfoto_fashion>> - Number of fashion shoots you have participated in'
-		if modelfoto_ero_clo > 0: '<<modelfoto_ero_clo>> - Number of erotic clothing shoots you have participated in'
-		if modelfoto_bikini > 0: '<<modelfoto_bikini>> - Number of swimsuit shoots you have modelled in'
-		if modelfoto_lingerie > 0: '<<modelfoto_lingerie>> - Number of lingerie shoots you have participated in'
-		if modelfoto_nip > 0: '<<modelfoto_nip>> - Number of times your nipples have been visible as a model'
-		if modelfoto_topless > 0: '<<modelfoto_topless>> - Number of shoots where you have been topless'
-		if modelfoto_nude > 0: '<<modelfoto_nude>> - Number of nude modelling shoots you have participated in'
-		if modelfoto_pussy > 0: '<<modelfoto_pussy>> - Number of shoots your vagina has been visible'
+		if modelfoto_fashion > 0: '<<modelfoto_fashion>> - Number of fashion shoots you''ve done'
+		if modelfoto_ero_clo > 0: '<<modelfoto_ero_clo>> - Number of sexy clothing shoots you''ve done'
+		if modelfoto_bikini > 0: '<<modelfoto_bikini>> - Number of swimsuit shoots you''ve done'
+		if modelfoto_lingerie > 0: '<<modelfoto_lingerie>> - Number of lingerie shoots you''ve done'
+		if modelfoto_topless > 0: '<<modelfoto_topless>> - Number of topless shoots you''ve done'
+		if modelfoto_nude > 0: '<<modelfoto_nude>> - Number of shoots in which you have been nude'
+		if modelfoto_tastenude > 0: '<<modelfoto_nude>> - Number of shoots in which you have been nude but not shown breasts or pussy'
+		if modelfoto_toplessnude > 0: '<<modelfoto_toplessnude>> - Number of nude shoots you have shown your breasts but not your pussy'
+		if modelfoto_fullnude > 0: '<<modelfoto_fullnude>> - Number of full frontal nude shoots you''ve done'
+		if modelfoto_erotic > 0: '<<modelfoto_fullnude>> - Number of softcore erotic shoots you''ve done'
+		if modelfoto_nip > 0: '<<modelfoto_nip>> - Number of shoots your nipples have been visible'
+		if modelfoto_pussy > 0: '<<modelfoto_pussy>> - Number of shoots your pussy has been visible'
+		if modelfoto_asshole > 0: '<<modelfoto_asshole>> - Number of shoots your asshole has been visible'
 		*nl
 	end
 
@@ -2007,7 +2012,12 @@ if $ARGS[0] = 'bra':
 end
 
 if $ARGS[0] = 'show_tits':
-	view 'images/pc/body/tits/t<<tits>>.jpg'
+	if puff_nip = 1 and tits = 2:
+		view 'images/pc/body/tits/t<<tits>>_p.jpg'
+	else
+		view 'images/pc/body/tits/t<<tits>>.jpg'
+	end
+	
 end
 
 if $ARGS[0] = 'show_body':