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

string *query_limbs();

ARMOUR.c Returns the list of limbs a armour object is worn on.

LIVING.c Returns the list of limbs a living has.  A set_limbs() exists for livings as well but is used internally and should not be called.

See also: set_limbs(), query_limb()
