Skip to content

Commit

Permalink
Update mob_grab.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Nov 15, 2023
1 parent 2cfdafc commit ca70bb5
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 @@ -129,9 +129,9 @@
to_chat(xeno, SPAN_WARNING("You are already busy with something."))
return
xeno.visible_message(SPAN_DANGER("[xeno] starts to devour [pulled]!"), \
SPAN_DANGER("You start to devour [pulled]!"), null, 5)
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!"))
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)
to_chat(xeno, SPAN_WARNING("Someone already ate \the [pulled]."))
Expand Down

0 comments on commit ca70bb5

Please sign in to comment.