Skip to content

Commit

Permalink
Fixes crusher "anihilate" typo (#16707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Runian authored Oct 29, 2024
1 parent 02a1bd7 commit a5aee33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/charge_crush.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@
//There is a chance to do enough damage here to gib certain mobs. Better update immediately.
crushed_living.apply_damage(precrush, BRUTE, BODY_ZONE_CHEST, MELEE, updating_health = TRUE)
if(QDELETED(crushed_living))
charger.visible_message(span_danger("[charger] anihilates [preserved_name]!"),
span_xenodanger("We anihilate [preserved_name]!"))
charger.visible_message(span_danger("[charger] annihilates [preserved_name]!"),
span_xenodanger("We annihilate [preserved_name]!"))
return COMPONENT_MOVABLE_PREBUMP_PLOWED

return precrush2signal(crushed_living.post_crush_act(charger, src))
Expand Down

0 comments on commit a5aee33

Please sign in to comment.