* Sorry CI

* Update code/modules/mob/living/carbon/human/inventory.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
Geeves
2021-03-23 13:42:04 +01:00
committed by GitHub
co-authored by Matt Atlas
parent f9d5ed9042
commit 87cf961a26
@@ -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()