From b83f47ccc784584f534f4811abd66cbcdcacea23 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 11 Apr 2017 01:39:24 -0400 Subject: [PATCH] Ports honey_frames to Initialize --- code/modules/hydroponics/beekeeping/honey_frame.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/hydroponics/beekeeping/honey_frame.dm b/code/modules/hydroponics/beekeeping/honey_frame.dm index 74eec401d6d..370b31da177 100644 --- a/code/modules/hydroponics/beekeeping/honey_frame.dm +++ b/code/modules/hydroponics/beekeeping/honey_frame.dm @@ -7,6 +7,7 @@ var/honeycomb_capacity = 10 //10 Honeycomb per frame by default, researchable frames perhaps? -/obj/item/honey_frame/New() +/obj/item/honey_frame/Initialize() + . = ..() pixel_x = rand(8,-8) pixel_y = rand(8,-8)