소스 검색

set the model_week when doing a photo shot

rachels 2 년 전
부모
커밋
eb17f01500
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      locations/foto_events.qsrc
  2. 2 0
      locations/foto_shoot.qsrc

+ 1 - 0
locations/foto_events.qsrc

@@ -1203,6 +1203,7 @@ if $ARGS[0] = 'fine_art2':
 		'The scan continues but at the edge of your hearing you can perceive a faint scratching sound. After a few minutes, you sink into despair when you realize that it''s the sound of drawing. She expects you to hold this position, hold this monstrously huge cock in your pussy without flinching. You want to whimper but fearing retribution you just bite down on your lip harder.'
 		act'Continue':
 			modelfoto['shoots'] += 1
+			model_week = (daystart - week) / 7
 			if fine_art_deal = 1:money += modelpayfin + 30000
 			if art_resign = 1:money += modelpayfin
 			if fine_art_deal = 1:modelfoto['earnings'] += modelpayfin + 30000

+ 2 - 0
locations/foto_shoot.qsrc

@@ -48,6 +48,7 @@ if $ARGS[0] = 'model':
 		act'Clothing':
 			$modelfoto['shoot_type'] = 'catalog'
 			modelfoto['shoots'] += 1
+			model_week = (daystart - week) / 7
 			modelfoto['catalog'] += 1
 			model_job_week += 1
 			mdlng_exp += rand(2,5)
@@ -70,6 +71,7 @@ if $ARGS[0] = 'model':
 		act'Swimsuits':
 			$modelfoto['shoot_type'] = 'swim_catalog'
 			modelfoto['shoots'] += 1
+			model_week = (daystart - week) / 7
 			modelfoto['catalog'] += 1
 			model_job_week += 1
 			mdlng_exp += rand(2,5)