Browse Source

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

hornguy6 3 năm trước cách đây
mục cha
commit
875fcb3f9a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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