fixes an extraneous possessive s from the cult heal feedback spell (#69819)

spellcheck: Fixes a typo in the cult heal spell feedback message.
This commit is contained in:
Rhials
2022-09-10 17:47:38 -07:00
committed by GitHub
parent 4f6df2bafd
commit e08f1f0f0d
+1 -1
View File
@@ -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