浏览代码

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)