diff --git a/server/c_object.c b/server/c_object.c index d2b6a95..ef51a3a 100644 --- a/server/c_object.c +++ b/server/c_object.c @@ -722,15 +722,15 @@ void put_object_in_sack(object *op, object *sack, object *tmp, uint32 nrof) { name_sack); return; } - /* Changed to allow god-given materials to be placed into a cauldron -kts */ - if (QUERY_FLAG(tmp, FLAG_STARTEQUIP) && !QUERY_FLAG(tmp, FLAG_IS_CAULDRON)) { + /* Disabled, as I see no real problem with allowing god-given items to be inserted into containers -kts */ + /*if (QUERY_FLAG(tmp, FLAG_STARTEQUIP)) { query_name(tmp, name_tmp, MAX_BUF); draw_ext_info_format(NDI_UNIQUE, 0, op, MSG_TYPE_COMMAND, MSG_TYPE_COMMAND_ERROR, "You cannot put the %s in the %s.", "You cannot put the %s in the %s.", name_tmp, name_sack); return; - } + }*/ if (tmp->type == CONTAINER) { if (tmp->inv) { if (tmp->slaying)