From 484082230ca65e34eebb2e3f691188db6a2109c8 Mon Sep 17 00:00:00 2001 From: Mloc Date: Tue, 30 Sep 2014 11:31:59 +0100 Subject: [PATCH] fixes #6549 Signed-off-by: Mloc --- code/_onclick/hud/monkey.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_onclick/hud/monkey.dm b/code/_onclick/hud/monkey.dm index 41e8e3bd2e4..7ca8216bf21 100644 --- a/code/_onclick/hud/monkey.dm +++ b/code/_onclick/hud/monkey.dm @@ -109,7 +109,7 @@ src.l_hand_hud_object = inv_box src.adding += inv_box - using = new /obj/screen() + using = new /obj/screen/inventory() using.name = "hand" using.dir = SOUTH using.icon = ui_style @@ -118,7 +118,7 @@ using.layer = 19 src.adding += using - using = new /obj/screen() + using = new /obj/screen/inventory() using.name = "hand" using.dir = SOUTH using.icon = ui_style