From e08f1f0f0d4752e723b43a37c537ef8d7d39b878 Mon Sep 17 00:00:00 2001 From: Rhials Date: Sat, 10 Sep 2022 20:47:38 -0400 Subject: [PATCH] fixes an extraneous possessive s from the cult heal feedback spell (#69819) spellcheck: Fixes a typo in the cult heal spell feedback message. --- code/modules/antagonists/cult/blood_magic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/cult/blood_magic.dm b/code/modules/antagonists/cult/blood_magic.dm index 2013182c461..c99cadd30ba 100644 --- a/code/modules/antagonists/cult/blood_magic.dm +++ b/code/modules/antagonists/cult/blood_magic.dm @@ -700,7 +700,7 @@ if(ratio>1) ratio = 1 uses -= round(overall_damage) - H.visible_message(span_warning("[H] is fully healed by [H==user ? "[H.p_their()]":"[H]'s"]'s blood magic!")) + H.visible_message(span_warning("[H] is fully healed by [H==user ? "[H.p_their()]":"[H]'s"] blood magic!")) else H.visible_message(span_warning("[H] is partially healed by [H==user ? "[H.p_their()]":"[H]'s"] blood magic.")) uses = 0