Addresses the review

This commit is contained in:
Lzimann
2017-08-09 11:10:48 -03:00
parent 58d0f12c5c
commit 5cbd818d1a
18 changed files with 33 additions and 56 deletions
@@ -16,12 +16,9 @@
/obj/machinery/mineral/labor_claim_console/Initialize()
..()
. = ..()
Radio = new/obj/item/device/radio(src)
Radio.listening = 0
return INITIALIZE_HINT_LATELOAD
/obj/machinery/mineral/labor_claim_console/LateInitialize()
Radio.listening = FALSE
locate_stacking_machine()
/obj/machinery/mineral/labor_claim_console/attackby(obj/item/I, mob/user, params)