Hierophant no longer lies about obliterating someone (#86024)

## About The Pull Request

Closes #86017
Just changed the line to "absorbs their life force" instead

## Changelog
🆑
spellcheck: Hierophant no longer lies about obliterating someone
This commit is contained in:
SmArtKar
2024-08-23 21:48:11 +02:00
committed by GitHub
parent 2b03e0a23d
commit 9a8c99cf8f
@@ -433,7 +433,7 @@ Difficulty: Hard
/mob/living/simple_animal/hostile/megafauna/hierophant/celebrate_kill(mob/living/L)
visible_message(span_hierophant_warning("\"[pick(kill_phrases)]\""))
visible_message(span_hierophant_warning("[src] obliterates [L]!"),span_userdanger("You absorb [L]'s life force, restoring your health!"))
visible_message(span_hierophant_warning("[src] absorbs [L]'s life force!"),span_userdanger("You absorb [L]'s life force, restoring your health!"))
/mob/living/simple_animal/hostile/megafauna/hierophant/CanAttack(atom/the_target)
. = ..()