Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CR] Fix nested pockets pickup #54941

Merged
merged 13 commits into from
Feb 5, 2022
1 change: 0 additions & 1 deletion tests/item_pocket_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

static const ammotype ammo_test_9mm( "test_9mm" );
static const item_pocket::pocket_type pocket_container = item_pocket::pocket_type::CONTAINER;
robkuijper marked this conversation as resolved.
Show resolved Hide resolved

static const itype_id itype_test_backpack( "test_backpack" );
static const itype_id
itype_test_watertight_open_sealed_container_1L( "test_watertight_open_sealed_container_1L" );
Expand Down