From 7ebd03e0498b387dd4a2634bf0328afc1efffeeb Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 30 Mar 2022 15:45:27 -0700 Subject: [PATCH] Adds beauty back --- code/datums/components/mood.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/mood.dm b/code/datums/components/mood.dm index e100326f7b..5d2a9f290d 100644 --- a/code/datums/components/mood.dm +++ b/code/datums/components/mood.dm @@ -34,6 +34,7 @@ RegisterSignal(parent, COMSIG_MOB_HUD_CREATED, .proc/modify_hud) RegisterSignal(parent, COMSIG_MOB_DEATH, .proc/stop_processing) RegisterSignal(parent, COMSIG_VOID_MASK_ACT, .proc/direct_sanity_drain) + RegisterSignal(parent, COMSIG_ENTER_AREA, .proc/update_beauty) if(owner.hud_used)