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