diff --git a/code/modules/mob/living/carbon/human/inventory.dm b/code/modules/mob/living/carbon/human/inventory.dm index 9504c1cb3e3..4ea8dee0fc9 100644 --- a/code/modules/mob/living/carbon/human/inventory.dm +++ b/code/modules/mob/living/carbon/human/inventory.dm @@ -339,7 +339,8 @@ This saves us from having to call add_fingerprint() any time something is put in if(gear["slot"] == slot) W.screen_loc = gear["loc"] break - hud_used.hidden_inventory_update() + if(hud_used) + hud_used.hidden_inventory_update() if(W.action_button_name) update_action_buttons()