Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
@@ -40,7 +40,7 @@
var/bee_resources = 0
/obj/structure/beebox/Initialize()
/obj/structure/beebox/Initialize(mapload)
. = ..()
START_PROCESSING(SSobj, src)
@@ -58,7 +58,7 @@
var/random_reagent = FALSE
/obj/structure/beebox/premade/Initialize()
/obj/structure/beebox/premade/Initialize(mapload)
. = ..()
icon_state = "beebox"
@@ -7,7 +7,7 @@
var/honeycomb_capacity = 10 //10 Honeycomb per frame by default, researchable frames perhaps?
/obj/item/honey_frame/Initialize()
/obj/item/honey_frame/Initialize(mapload)
. = ..()
pixel_x = rand(8,-8)
pixel_y = rand(8,-8)
@@ -13,7 +13,7 @@
grind_results = list()
var/honey_color = ""
/obj/item/reagent_containers/honeycomb/Initialize()
/obj/item/reagent_containers/honeycomb/Initialize(mapload)
. = ..()
pixel_x = rand(8,-8)
pixel_y = rand(8,-8)