Skip to content

Commit

Permalink
Update mob_grab.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine authored Nov 15, 2023
1 parent 22d05fe commit 2cfdafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_grab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
return
xeno.visible_message(SPAN_DANGER("[xeno] starts to devour [pulled]!"), \
if(HAS_TRAIT(xeno, TRAIT_CLOAKED)) //cloaked don't show the visible message, so we gotta work around
to_chat(pulled, FONT_SIZE_HUGE(SPAN_DANGER("[xeno] is trying to devour you!")))
to_chat(pulled, FONT_SIZE_HUGE(SPAN_DANGER("[xeno] is trying to devour you!"))
SPAN_DANGER("You start to devour [pulled]!"), null, 5)
if(do_after(xeno, 50, INTERRUPT_NO_NEEDHAND, BUSY_ICON_HOSTILE))
if(isxeno(pulled.loc) && !xeno.stomach_contents.len)
Expand Down

0 comments on commit 2cfdafc

Please sign in to comment.