/* I wasn't planning on releasing too many versions of Copper 2
 * but I don't like having bugs in the distribution. Hence, I'll
 * keep track of the changes I make here, and it's a bit late to
 * drag the memories of those early fixes accurately from my head.
 */


February 14, 1993:
	mobact.c was using (niceness - <a value>) as an
argument to number() in a couple places. niceness() happens
to be a function (and niceness [no parens] is a pointer to it).
Not really dangerous, but surely wasn't intended in the first
place.

	Fixed a '==' to a '=' when updating arrest links on
the extraction of a character.

February 9, 1993:
	Fixed compilation problem from removing "bool recognise"
and not catching all references to it.