Skip to content

Commit

Permalink
Update src/iuse.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jianxiang Wang (王健翔) <[email protected]>
  • Loading branch information
yuganxia and Qrox authored Apr 11, 2024
1 parent 3a38568 commit 996b0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8327,7 +8327,7 @@ std::optional<int> iuse::heat_items( Character *p, item *it, bool liquid_items,
using stats = inventory_selector::stats;
return stats{{
{{ _( "Container" ), volume }},
{{ _( "Fule" ), ammo }},
{{ _( "Fuel" ), ammo }},
{{ _( "Estimated time" ), time }}
}};
};
Expand Down

0 comments on commit 996b0ff

Please sign in to comment.