Skip to content

Commit

Permalink
Merge pull request #36694 from BevapDin/ouj
Browse files Browse the repository at this point in the history
Restore crafting results being put on the workbench.
  • Loading branch information
ZhilkinSerg committed Jan 4, 2020
2 parents f32f08b + 7399eec commit cf92e9c
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 @@ -1209,7 +1209,7 @@ void player::complete_craft( item &craft, const tripoint &loc )
} else if( loc == tripoint_zero && can_wield( newit ).success() ) {
wield_craft( *this, newit );
} else {
set_item_map_or_vehicle( *this, pos(), newit );
set_item_map_or_vehicle( *this, loc, newit );
}
}

Expand Down

0 comments on commit cf92e9c

Please sign in to comment.