Explorar el Código

[fixed] formatting

hornguy6 hace 2 años
padre
commit
afae4719fa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      locations/foto_shoot.qsrc

+ 2 - 2
locations/foto_shoot.qsrc

@@ -47,7 +47,7 @@ if $ARGS[0] = 'model':
 		
 		
 		act'Clothing':
 		act'Clothing':
 			$modelfoto['shoot_type'] = 'catalog'
 			$modelfoto['shoot_type'] = 'catalog'
-			modelfoto['shoots']+= 1
+			modelfoto['shoots'] += 1
 			modelfoto['catalog'] += 1
 			modelfoto['catalog'] += 1
 			model_job_week += 1
 			model_job_week += 1
 			mdlng_exp += rand(2,5)
 			mdlng_exp += rand(2,5)
@@ -69,7 +69,7 @@ if $ARGS[0] = 'model':
 		end
 		end
 		act'Swimsuits':
 		act'Swimsuits':
 			$modelfoto['shoot_type'] = 'swim_catalog'
 			$modelfoto['shoot_type'] = 'swim_catalog'
-			modelfoto['shoots']+= 1
+			modelfoto['shoots'] += 1
 			modelfoto['catalog'] += 1
 			modelfoto['catalog'] += 1
 			model_job_week += 1
 			model_job_week += 1
 			mdlng_exp += rand(2,5)
 			mdlng_exp += rand(2,5)