diff --git a/src/lib/update/sect.c b/src/lib/update/sect.c index acaf5fac..f1450f39 100644 --- a/src/lib/update/sect.c +++ b/src/lib/update/sect.c @@ -277,7 +277,7 @@ produce_sect(int natnum, int etu, struct bp *bp, long p_sect[][2]) np = getnatp(natnum); - if ((sp->sct_type == SCT_CAPIT) && (sp->sct_effic > 60)) { + if (sp->sct_type == SCT_CAPIT && sp->sct_effic >= 60) { p_sect[SCT_CAPIT][0]++; p_sect[SCT_CAPIT][1] += etu; if (!player->simulation)