Hello. Browsing randomly through the code, i checked sack_can_hold in c_object.c As the implementation is, the 'You can't put the %s into itself.' message may be erased when putting a container into itself, mainly if the container is specific (pouch, quiver, ...). In that case, op == sack indeed, but sack->race is set and op->type == CONTAINER, thus erasing the message. Maybe it'd be better to switch the tests? Nicolas 'Ryo' _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel