Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
and improved
  • Loading branch information
567Turtle committed Nov 17, 2023
1 parent 6b50898 commit 82224f8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
counts_for_slots = FALSE
counts_for_roundend = FALSE
refunds_larva_if_banished = FALSE
can_hivemind_speak = FALSE
/// The lifetime hugs from this hugger
var/total_facehugs = 0
/// How many hugs the hugger needs to age
Expand All @@ -60,6 +59,10 @@
icon_xeno = 'icons/mob/xenos/facehugger.dmi'
icon_xenonid = 'icons/mob/xenonids/facehugger.dmi'

/mob/living/carbon/xenomorph/facehugger/say()
to_chat(src, SPAN_DANGER("Your psychic power isn't strong enough to communicate."))
return

/mob/living/carbon/xenomorph/facehugger/initialize_pass_flags(datum/pass_flags_container/PF)
..()
if (PF)
Expand Down

0 comments on commit 82224f8

Please sign in to comment.