src/EditProductTab5.cpp

changeset 435
6f84ab6125ad
parent 359
dfbb012c631c
child 454
2dfead81c72f
equal deleted inserted replaced
434:ebf4996ab396 435:6f84ab6125ad
36 { 36 {
37 if (stage > PROD_STAGE_TERTIARY && use_use < MISC_USES_BOTTLING) 37 if (stage > PROD_STAGE_TERTIARY && use_use < MISC_USES_BOTTLING)
38 return true; 38 return true;
39 if (stage > PROD_STAGE_PRIMARY && use_use < MISC_USES_SECONDARY) 39 if (stage > PROD_STAGE_PRIMARY && use_use < MISC_USES_SECONDARY)
40 return true; 40 return true;
41 if (stage > PROD_STAGE_BREW && use_use < MISC_USES_PRIMARY) 41 if (stage > PROD_STAGE_BREW && (use_use < MISC_USES_PRIMARY || use_use == MISC_USES_SPARGE))
42 return true; 42 return true;
43 if (stage > PROD_STAGE_WAIT && use_use < MISC_USES_MASH) 43 if (stage > PROD_STAGE_WAIT && use_use < MISC_USES_MASH)
44 return true; 44 return true;
45 return false; 45 return false;
46 } 46 }

mercurial