From a6dbfd5cd9b5eb433c123b2dd424bd9deb663e7f Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 22 Jan 2017 01:03:54 +0100 Subject: [PATCH] Fixes orbiting click catcher. (#23129) * Fixes #13745 * Better solution * Arguments culling * If something will call this using weird convention i blame you --- code/_onclick/hud/screen_objects.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index e98ca83ba0f..fbb719a662c 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -23,6 +23,8 @@ master = null return ..() +/obj/screen/orbit() + return /obj/screen/text icon = null