From 2be7035ea364e2bfca18aa4b9c70faf7aa8d6961 Mon Sep 17 00:00:00 2001 From: KeplerWasTaken Date: Sun, 22 Jan 2023 14:30:22 +0100 Subject: [PATCH] Sentience Transferring into mobs now adds a heart icon aswell --- code/modules/research/xenobiology/xenobiology.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 59f6577f47..10fab0ed06 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -755,6 +755,7 @@ to_chat(SM, "In a quick flash, you feel your consciousness flow into [SM]!") to_chat(SM, "You are now [SM]. Your allegiances, alliances, and role is still the same as it was prior to consciousness transfer!") SM.name = "[user.real_name]" + SM.add_overlay(mutable_appearance('icons/mob/hud.dmi', "brother", ANTAG_LAYER)) qdel(src) /obj/item/slimepotion/slime/steroid