Skip to content

Commit

Permalink
euh didn't got vore by a sneaky lurker that devoured me and captured …
Browse files Browse the repository at this point in the history
…me while i was busy healing someone.
  • Loading branch information
Julien committed Apr 9, 2024
1 parent 66a0e4f commit 11170e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/mob_grab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
SPAN_DANGER("We 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!")))
balloon_alert(pulled, "[xeno] is trying to devour you!")
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 11170e4

Please sign in to comment.