From 7d47209c412dd9fc83b20b65bfbd7597ecf5480f Mon Sep 17 00:00:00 2001 From: Wisemonster <87689371+Wisemonster@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:45:36 -0400 Subject: [PATCH] Updates Crest Toss' Description (#14066) --- .../living/carbon/xenomorph/castes/crusher/abilities_crusher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/crusher/abilities_crusher.dm b/code/modules/mob/living/carbon/xenomorph/castes/crusher/abilities_crusher.dm index 91278bd85660b..0fe6370820006 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/crusher/abilities_crusher.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/crusher/abilities_crusher.dm @@ -65,7 +65,7 @@ /datum/action/xeno_action/activable/cresttoss name = "Crest Toss" action_icon_state = "cresttoss" - desc = "Fling an adjacent target over and behind you. Also works over barricades." + desc = "Fling an adjacent target over and behind you, or away from you while on harm intent. Also works over barricades." ability_name = "crest toss" plasma_cost = 75 cooldown_timer = 12 SECONDS