From 9959848fa966960036cfbf2a5eb7dbef517ccb56 Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Mon, 3 Nov 2025 05:35:04 -0500 Subject: [PATCH] going full cog (#30830) --- code/datums/cogbar.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/cogbar.dm b/code/datums/cogbar.dm index 851a6f935cb..3087787f9f0 100644 --- a/code/datums/cogbar.dm +++ b/code/datums/cogbar.dm @@ -76,8 +76,9 @@ alpha = 0, ) + cog.invisibility = user.invisibility cog.pixel_y = world.icon_size + offset_y - animate(cog, alpha = 255, time = COGBAR_ANIMATION_TIME) + animate(cog, alpha = user.alpha, time = COGBAR_ANIMATION_TIME) if(isnull(user_client)) return