mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user