From 9a22e3e62e1daba44a4acf6b8ce8b0ec60cb5318 Mon Sep 17 00:00:00 2001 From: Dregu Date: Fri, 6 Oct 2023 04:58:27 +0300 Subject: [PATCH] add pot to containers --- src/game_api/custom_types.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game_api/custom_types.cpp b/src/game_api/custom_types.cpp index f0459dc5e..23fb7ff45 100644 --- a/src/game_api/custom_types.cpp +++ b/src/game_api/custom_types.cpp @@ -551,7 +551,8 @@ std::span get_custom_entity_types(CUSTOM_TYPE type) "ENT_TYPE_ITEM_DMCRATE", "ENT_TYPE_ITEM_PRESENT", "ENT_TYPE_ITEM_GHIST_PRESENT", - "ENT_TYPE_ITEM_ALIVE_EMBEDDED_ON_ICE"); + "ENT_TYPE_ITEM_ALIVE_EMBEDDED_ON_ICE", + "ENT_TYPE_ITEM_POT"); case CUSTOM_TYPE::CONVEYORBELT: return make_custom_entity_type_list( "ENT_TYPE_FLOOR_CONVEYORBELT_LEFT",