## 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_START_WAW
Food 0
}

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

POP_ENTERTAINER {
   EnableAdvance ADVANCE_START_WAW
   Happiness 2
}

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

POP_FARMER {
   EnableAdvance ADVANCE_START_WAW
   Food 30
}

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

POP_LABORER {
   EnableAdvance ADVANCE_START_WAW
   Production 30
}

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

POP_MERCHANT {
   EnableAdvance ADVANCE_START_WAW
   Commerce 20
}

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

POP_SCIENTIST {
   EnableAdvance ADVANCE_START_WAW
   Science 30
}

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

