Skip to content

Commit

Permalink
Merge pull request #78748 from Brambor/disassembly-range-6
Browse files Browse the repository at this point in the history
Set disassembly range to PICKUP_RANGE: 6
  • Loading branch information
GuardianDll authored Jan 8, 2025
2 parents 3b1ad40 + d6e0efc commit 92f70f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_inventory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class disassemble_inventory_preset : public inventory_selector_preset
item_location game_menus::inv::disassemble( Character &you )
{
return inv_internal( you, disassemble_inventory_preset( you, you.crafting_inventory() ),
_( "Disassemble item" ), 1,
_( "Disassemble item" ), PICKUP_RANGE,
_( "You don't have any items you could disassemble." ) );
}

Expand Down

0 comments on commit 92f70f2

Please sign in to comment.