Make KOPS unconditional.

This commit is contained in:
Sean Hunt
2015-02-13 22:01:44 -05:00
parent 9e65758947
commit b066b7c170
16 changed files with 9 additions and 89 deletions

View File

@@ -858,11 +858,9 @@ static const short grownups[][2] = {
{PM_ACOLYTE, PM_PRIEST},
{PM_APPRENTICE, PM_WIZARD},
{PM_MANES,PM_LEMURE},
#ifdef KOPS
{PM_KEYSTONE_KOP, PM_KOP_SERGEANT},
{PM_KOP_SERGEANT, PM_KOP_LIEUTENANT},
{PM_KOP_LIEUTENANT, PM_KOP_KAPTAIN},
#endif
{NON_PM,NON_PM}
};