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

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

POP_ENTERTAINER {
   EnableAdvance ADVANCE_WORSHIP
   Happiness 2
}

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

POP_FARMER {
   EnableAdvance ADVANCE_FARMING
   Food 20
}

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

POP_LABORER {
   EnableAdvance ADVANCE_TRADEGUILDS
   Production 20
}

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

POP_MERCHANT {
   EnableAdvance ADVANCE_TRADEROUTES
   Commerce 20
}

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

POP_SCIENTIST {
   EnableAdvance ADVANCE_UNIVERSITY
   Science 20
}

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

