From 45e32960cda3b90fe5d60dbd177d7b00cd0fa647 Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Sun, 11 Sep 2016 22:50:01 +0100 Subject: [PATCH] Corrects stupid var access (Human Hud) --- code/_onclick/hud/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 53b7ce8a0c9..1c4fc7bb77b 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -359,7 +359,7 @@ var/mob/screenmob = viewer || H - if(screenmob.hud_used.hud_shown) + if(hud_shown) if(H.s_store) H.s_store.screen_loc = ui_sstore1 screenmob.client.screen += H.s_store