Skip to content

Commit

Permalink
Fix The scuttling the
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jul 6, 2023
1 parent 2ae86df commit 491e429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/Facehuggers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
if(!target)
return FALSE

target.visible_message(SPAN_WARNING("\The scuttling [src] leaps at [target]!"), \
SPAN_WARNING("The scuttling [src] leaps at [target]!"))
target.visible_message(SPAN_WARNING("[src] leaps at [target]!"), \
SPAN_WARNING("[src] leaps at [target]!"))
leaping = TRUE
throw_atom(target, 3, SPEED_FAST)
return TRUE
Expand Down

0 comments on commit 491e429

Please sign in to comment.