## Mayors ignore the first pop record, this fixes the problem 
## with low happiness not being handled correctly by mayors. 
## (REM031501)

POP_ZERO_IGNORED {
EnableAdvance ADVANCE_SUBNEURAL_ADS
Food 0
}

############################################################

POP_ENTERTAINER {
   EnableAdvance ADVANCE_SUBNEURAL_ADS
   Happiness 0
}

############################################################

POP_FARMER {
   EnableAdvance ADVANCE_SUBNEURAL_ADS
   Food 0
}

############################################################

POP_LABORER {
   EnableAdvance ADVANCE_SUBNEURAL_ADS
   Production 0
}

############################################################

POP_MERCHANT {
   EnableAdvance ADVANCE_SUBNEURAL_ADS
   Commerce 0
}

############################################################

POP_SCIENTIST {
   EnableAdvance ADVANCE_SUBNEURAL_ADS
   Science 0
}

############################################################

