浏览代码

[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