From f340bc4efc97621482828b5f5d3d38e7a23edfc3 Mon Sep 17 00:00:00 2001 From: Qustinnus Date: Thu, 20 Aug 2020 21:58:16 +0200 Subject: [PATCH] Update code/_onclick/hud/ooze.dm Co-authored-by: Rohesie --- code/_onclick/hud/ooze.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/ooze.dm b/code/_onclick/hud/ooze.dm index 13a70c034f2..137f49049e8 100644 --- a/code/_onclick/hud/ooze.dm +++ b/code/_onclick/hud/ooze.dm @@ -1,6 +1,6 @@ ///Hud type with targetting dol and a nutrition bar /datum/hud/ooze/New(mob/living/owner) - ..() + . = ..() zone_select = new /obj/screen/zone_sel() zone_select.icon = ui_style