From 7f2842173a51357eedc0844e88c118fa77190f4e Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:20:47 +0200 Subject: [PATCH] forwards rejuvenate icon update call for simple mobs (#16443) --- code/modules/mob/living/simple_mob/simple_mob_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/simple_mob/simple_mob_vr.dm b/code/modules/mob/living/simple_mob/simple_mob_vr.dm index de5a3be5037..c2d9f723d33 100644 --- a/code/modules/mob/living/simple_mob/simple_mob_vr.dm +++ b/code/modules/mob/living/simple_mob/simple_mob_vr.dm @@ -98,6 +98,10 @@ add_eyes() update_transform() +/mob/living/simple_mob/regenerate_icons() + ..() + update_icon() + /mob/living/simple_mob/proc/will_eat(var/mob/living/M) if(client) //You do this yourself, dick! //ai_log("vr/wont eat [M] because we're player-controlled", 3) //VORESTATION AI TEMPORARY REMOVAL