fix typo reported in b9ff8068 from Sept 2024
This commit is contained in:
@@ -4107,7 +4107,7 @@ saving_grace(int dmg)
|
|||||||
to phrase this though; classifying it as a spoiler will hide it
|
to phrase this though; classifying it as a spoiler will hide it
|
||||||
from #chronicle during play but show it to livelog observers */
|
from #chronicle during play but show it to livelog observers */
|
||||||
livelog_printf(LL_CONDUCT | LL_SPOILER, "%s (%d damage, %d/%d HP)",
|
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);
|
dmg, u.uhp, u.uhpmax);
|
||||||
|
|
||||||
/* note: this could reduce dmg to 0 if u.uhpmax==1 */
|
/* note: this could reduce dmg to 0 if u.uhpmax==1 */
|
||||||
|
|||||||
Reference in New Issue
Block a user