/*    /lib/events/bury.c
 *    From the Dead Souls Object Library
 *    Handles objects which can be buried
 *    Created by Descartes of Borg 961231
 *    Version: @(#) bury.c 1.1@(#)
 *    Last modified: 97/01/01
 */

mixed direct_bury_obj_with_obj() {
    return 1;
}
