From 2fed4740a6f6d7ce22d504fee5fec12fd51df9d9 Mon Sep 17 00:00:00 2001 From: Andrew455h <93648272+Andrew455h@users.noreply.github.com> Date: Fri, 24 Jan 2025 06:48:56 +0200 Subject: [PATCH] bugfix: syndi lockermech unavailable (#6420) combat drone path rename --- code/datums/uplink_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4aef8065a6e..a0aa080ac7a 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -454,7 +454,7 @@ job = list(JOB_TITLE_CIVILIAN, JOB_TITLE_ROBOTICIST) surplus = 0 -/datum/uplink_item/jobspecific/lockermech +/datum/uplink_item/jobspecific/combat_drone name = "Combat Drone Manual" desc = "Manual that will allow you to construct combat drones and control plates for them." item = /obj/item/drone_manual