From bf136ff6051682c909a25ff84434abe4c23d07a6 Mon Sep 17 00:00:00 2001 From: backwardsEric Date: Fri, 27 Sep 2019 13:44:23 -0700 Subject: [PATCH] Inserted "." so the hold experience equiplemnt attributes line up with the others in the English player summary. --- src/files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/files.c b/src/files.c index 16b5b06c..4c3d067e 100644 --- a/src/files.c +++ b/src/files.c @@ -3224,7 +3224,7 @@ static void display_player_flag_info(void) display_flag_aux(row+0, col, "Speed :", TR_SPEED, &f, 0); display_flag_aux(row+1, col, "FreeAction:", TR_FREE_ACT, &f, 0); display_flag_aux(row+2, col, "SeeInvisi.:", TR_SEE_INVIS, &f, 0); - display_flag_aux(row+3, col, "Hold Exp :", TR_HOLD_EXP, &f, 0); + display_flag_aux(row+3, col, "Hold Exp. :", TR_HOLD_EXP, &f, 0); display_flag_aux(row+4, col, "Warning :", TR_WARNING, &f, 0); display_flag_aux(row+5, col, "SlowDigest:", TR_SLOW_DIGEST, &f, 0); display_flag_aux(row+6, col, "Regene. :", TR_REGEN, &f, 0); -- 2.21.0 (Apple Git-122)