Skip to content

Commit

Permalink
remove number from add_item (#32252)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpwbrown authored and KorGgenT committed Jul 8, 2019
1 parent 948b8a6 commit 5f096ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle_use.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ void vehicle::use_harness( int part, const tripoint &pos )
add_msg( m_info, _( "You untie your %s." ), f.get_name() );
f.remove_effect( effect_tied );
if( f.tied_item ) {
g->u.i_add( *f.tied_item, 0 );
g->u.i_add( *f.tied_item );
f.tied_item = cata::nullopt;
}
}
Expand Down

0 comments on commit 5f096ff

Please sign in to comment.