From c746892528bb17b4945b405eab9f773b40952c54 Mon Sep 17 00:00:00 2001 From: Krausus Date: Tue, 30 Aug 2016 01:04:06 -0400 Subject: [PATCH] Fixes sec hud icons not updating on ID equip --- code/modules/mob/living/carbon/human/inventory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 3f7a76c0470..88b81dcef4a 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -221,7 +221,7 @@ update_inv_belt(redraw_mob) if(slot_wear_id) wear_id = W - if(!hud_list.len) + if(hud_list.len) sec_hud_set_ID() update_inv_wear_id(redraw_mob) if(slot_wear_pda)