The word 'Current' is unnecessary here (and in general).

This commit is contained in:
Greg Moselle
2022-10-16 12:08:19 -06:00
committed by PatR
parent 33a5dbff37
commit 86ab924745

View File

@@ -901,7 +901,7 @@ status_enlightenment(int mode, int final)
* should be discernible to the hero hence to the player)
\*/
enlght_out(""); /* separator after title or characteristics */
enlght_out(final ? "Final Status:" : "Current Status:");
enlght_out(final ? "Final Status:" : "Status:");
Strcpy(youtoo, You_);
/* not a traditional status but inherently obvious to player; more
@@ -1419,7 +1419,7 @@ attributes_enlightenment(int unused_mode UNUSED, int final)
* Attributes
\*/
enlght_out("");
enlght_out(final ? "Final Attributes:" : "Current Attributes:");
enlght_out(final ? "Final Attributes:" : "Attributes:");
if (u.uevent.uhand_of_elbereth) {
static const char *const hofe_titles[3] = { "the Hand of Elbereth",