--- deliantra/server/common/treasure.C 2007/04/19 19:24:25 1.52 +++ deliantra/server/common/treasure.C 2007/04/21 16:56:30 1.53 @@ -239,6 +239,9 @@ */ if (flags & GT_ENVIRONMENT && op->type != SPELL) { + op->deactivate_recursive (); + op->expand_tail (); + if (ob_blocked (op, creator->map, creator->x, creator->y)) op->destroy (); else