From a9d440c4572f6dae9f77eb8a4110adf813128b1b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Oct 2017 15:41:41 -0400 Subject: [PATCH 1/2] Merge pull request #32210 from kevinz000/patch-361 fixes clockcults appearing as grey box on sechuds until they reequip their id --- code/game/gamemodes/clock_cult/clock_cult.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/clock_cult/clock_cult.dm b/code/game/gamemodes/clock_cult/clock_cult.dm index d9d47bd771..63900d0f89 100644 --- a/code/game/gamemodes/clock_cult/clock_cult.dm +++ b/code/game/gamemodes/clock_cult/clock_cult.dm @@ -273,6 +273,7 @@ Credit where due: if(plasmaman && !visualsOnly) //If we need to breathe from the plasma tank, we should probably start doing that H.internal = H.get_item_for_held_index(2) H.update_internals_hud_icon(1) + H.sec_hud_set_ID() /obj/item/paper/servant_primer name = "The Ark And You: A Primer On Servitude"