From 10e5d2121c5eb21d696e9f3f0c726a4136aaa439 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 9 Feb 2025 10:52:21 -0500 Subject: [PATCH] fix typo reported in b9ff8068 from Sept 2024 --- src/hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hack.c b/src/hack.c index 1eaf39caf..f28877e47 100644 --- a/src/hack.c +++ b/src/hack.c @@ -4107,7 +4107,7 @@ saving_grace(int dmg) to phrase this though; classifying it as a spoiler will hide it from #chronicle during play but show it to livelog observers */ livelog_printf(LL_CONDUCT | LL_SPOILER, "%s (%d damage, %d/%d HP)", - "survived one-shot death via saving-grave", + "survived one-shot death via saving-grace", dmg, u.uhp, u.uhpmax); /* note: this could reduce dmg to 0 if u.uhpmax==1 */