Skip to content

Commit

Permalink
Merge pull request CleverRaven#76869 from Night-Pryanik/takeoff
Browse files Browse the repository at this point in the history
Spend time when taking off items via 'T' in item examine menu
  • Loading branch information
Maleclypse authored Oct 9, 2024
2 parents b518c10 + 31394a4 commit bed2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ int game::inventory_item_menu( item_location locThisItem,
u.change_side( locThisItem );
break;
case 'T':
u.takeoff( locThisItem );
u.takeoff( locThisItem.obtain( u ) );
break;
case 'd':
u.drop( locThisItem, u.pos() );
Expand Down

0 comments on commit bed2910

Please sign in to comment.