소스 검색

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

hornguy6 3 년 전
부모
커밋
875fcb3f9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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