Skip to content

Commit

Permalink
Update src/crafting.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: ZhilkinSerg <ZhilkinSerg@users.noreply.github.com>
  • Loading branch information
SeventhSandwich and ZhilkinSerg authored Feb 6, 2020
1 parent 79afbe7 commit 7339e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crafting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ bool player::disassemble( item_location target, bool interactive )
activity.targets.emplace_back( std::move( target ) );
activity.str_values.push_back( r.result() );
// Unused position attribute used to store ammo to disassemble
obj.charges ); // Unused position attribute used to store ammo to disassemble
activity.position = std::min( num_dis, obj.charges );

return true;
}
Expand Down

0 comments on commit 7339e22

Please sign in to comment.