From 82224f8c23ed0caf6a876fd7943c68d8a53054f7 Mon Sep 17 00:00:00 2001 From: 567Turtle Date: Fri, 17 Nov 2023 16:31:08 -0600 Subject: [PATCH] new and improved --- .../modules/mob/living/carbon/xenomorph/castes/Facehugger.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm index c9ceaaa85cfb..2716adfa2b42 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Facehugger.dm @@ -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 @@ -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)