Browse Source

[fixed] variable requirement of 0 that should have been 1

hornguy6 3 years ago
parent
commit
875fcb3f9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/foto_shoot.qsrc

+ 1 - 1
locations/foto_shoot.qsrc

@@ -173,7 +173,7 @@ if $ARGS[0] = 'model':
 		end
 	end
 	
-	if Fit['FMR'] = 0:
+	if Fit['FMR'] = 1:
 		 act '"I''d like to do a fitness shoot"':gt'foto_shoot','fitness_shoot'
 	end
 end