int on_get(object player)

Called when a player gets your item (i.e. picks it up off the ground).
The return values and caveats are the same as on_drop. item.c implements
a default event, which simply checks the 'gettable' flag. on_get is not
called when a 'give' occurs.

