/
CVS/
boards/CVS/
clans/
gmc/CVS/
help/CVS/
include/CVS/
players/
progs/CVS/
races/CVS/
system/CVS/
text/
text/CVS/
todo/
todo/CVS/
units/CVS/
int isevil(external ch)
{
  return (ch.alignment < 0);
}

int isgood(external ch)
{
  return (ch.alignment >= 0);
}