From the NannyMUD documentation

LAST CHANGE

2001-01-02

NAME

        unwield_hook - Unwield hook

LOCATION

    /obj/living_functions

AVAILABILITY

    Any object can use hooks.

FUNCTIONS

OTHER FUNCTIONS

    unwield_hook

DESCRIPTION

    unwield_hook is called from stop_wielding().

SEE ALSO

        wield_hook in hooks/wield_hook

FUNCTION


NAME

        unwield_hook - Unwield hook

SYNTAX

void unwield_hook(mixed arr, object living)

DESCRIPTION

    unwield_hook is called from stop_wielding().

    The arguments to the hook are as follows:
       ({ The weapon class,
          The object being unwielded})   
       The living doing the unwielding