Favorite ammo is no longer marked #72761
Labels
(S1 - Need confirmation)
Report waiting on confirmation of reproducibility
stale
Closed for lack of activity, but still valid.
Describe the bug
I'm overhauling the favorite ammo feature, and found out that after #70359 the way it works changed.
Since OzoneH3 added this feature, favorite ammo used to be marked with a * in ammo selection.
return ( ammo_location && ammo_location == e.ammo ? "* " : "" ) + e.ammo->display_name();
But this line in character_ammo.cpp is simply removed after the migration ae0c892, and you can no longer see the difference between favorite ammo and non-favorite ammo in
F
fallback now. It's confusing.Attach save file
N/A
Steps to reproduce
F
to select favorite ammo.Expected behavior
Favorite ammo should be marked.
Screenshots
Before
After
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
Portal Storms Ignore NPCs [personal_portal_storms],
Slowdown Fungal Growth [no_fungal_growth]
]
Additional context
No response
The text was updated successfully, but these errors were encountered: