Skip to content

Commit

Permalink
drop the item on the ground (#54930)
Browse files Browse the repository at this point in the history
  • Loading branch information
k4gi authored Jan 30, 2022
1 parent fa742df commit 7684355
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 @@ -736,7 +736,7 @@ static item_location set_item_map_or_vehicle( const Character &p, const tripoint
// Couldn't add the in progress craft to the target part, so drop it to the map.
p.add_msg_player_or_npc(
//~ %1$s: vehicle part name, %2$s: name of the item being placed
pgettext( "furniture, item", "Not enough space on the %1$s. You drop the %1$s on the ground." ),
pgettext( "furniture, item", "Not enough space on the %1$s. You drop the %2$s on the ground." ),
pgettext( "furniture, item",
"Not enough space on the %1$s. <npcname> drops the %2$s on the ground." ),
vp->part().name(), newit.tname() );
Expand Down

0 comments on commit 7684355

Please sign in to comment.