From 78e38a3b937d854b86afb5eef109b2f6b0fb468e Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 30 Apr 2020 18:40:13 -0400 Subject: [PATCH] VS: protean blobs are synthetic bubbl --- .../carbon/human/species/station/protean_vr/protean_blob.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm index 66fd95f226f..ebcb37ff459 100644 --- a/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm +++ b/code/modules/mob/living/carbon/human/species/station/protean_vr/protean_blob.dm @@ -79,6 +79,9 @@ healing.expire() return ..() +/mob/living/simple_mob/protean_blob/speech_bubble_appearance() + return "synthetic" + /mob/living/simple_mob/protean_blob/init_vore() return //Don't make a random belly, don't waste your time