diff -aur qct_org/specializations.py qct/specializations.py --- qct_org/specializations.py 2003-04-30 23:51:30.000000000 +0200 +++ qct/specializations.py 2005-06-25 18:36:43.000000000 +0200 @@ -131,9 +131,9 @@ mods = self.getModsFor('incomeMod', employer) if resident: if resident.job == trainer: - return prospect.level * INCOMEMULT * mods + return prospect.level * constants.INCOMEMULT * mods else: - return prospect.level * INCOMEMULT / 2 * mods + return prospect.level * constants.INCOMEMULT / 2 * mods else: return 0