From d868381504e53714da4b3ec29310dcc243ca7e88 Mon Sep 17 00:00:00 2001 From: Thomas Braccia Date: Fri, 17 Nov 2023 16:24:17 -0500 Subject: [PATCH] fix: Corrected Death to Grave in title --- src/common/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings.js b/src/common/settings.js index eedaa388..10e211c0 100644 --- a/src/common/settings.js +++ b/src/common/settings.js @@ -558,7 +558,7 @@ const character_settings = { "default": true }, "cleric-circle-of-mortality": { - "title": "Cleric: Death Domain: Circle of Mortality", + "title": "Cleric: Grave Domain: Circle of Mortality", "description": "Manipulating the line between life and death, your healing on a creature with 0 hp is maximized", "type": "bool", "default": false