Local Functions (/std/inheritables/armour.c)

int wear(string str);

This function is called when armour is worn, or tried to be worn.  It will equip the armour and set all ac values if successful.

See also: query_worn_by(), unwear()
