Skip to content

Commit

Permalink
Update src/monster.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
worm-girl and github-actions[bot] authored Dec 21, 2023
1 parent eb4da6d commit 1663c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3352,7 +3352,7 @@ void monster::process_effects()
units::volume capacity = 0_ml;
units::volume free_cargo = 0_ml;
auto cargo_parts = veh.get_parts_at( z_pos, "CARGO", part_status_flag::any );
for( vehicle_part * &part : cargo_parts ) {
for( vehicle_part*&part : cargo_parts ) {
vehicle_stack contents = veh.get_items( *part );
const vpart_info &vpinfo = part->info();
if( !vp.part_with_feature( "CARGO_PASSABLE", true ) ) {
Expand Down

0 comments on commit 1663c8e

Please sign in to comment.