Skip to content

Commit

Permalink
add pot to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Oct 6, 2023
1 parent d055481 commit 9a22e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/game_api/custom_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ std::span<const ENT_TYPE> 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<CUSTOM_TYPE::CONVEYORBELT>(
"ENT_TYPE_FLOOR_CONVEYORBELT_LEFT",
Expand Down

0 comments on commit 9a22e3e

Please sign in to comment.