diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 80e68620915..d3c905766bf 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -475,6 +475,16 @@ job = list("Roboticist") surplus = 0 +/datum/uplink_item/jobspecific/missilemedium + name = "SRM-8 Missile Rack" + desc = "Those missile launcher are known to be used on high-end mechs like mauler and marauder. Way more powerful, than missile modules you can print on standard mech fabs. It comes without lockbox - plug and play!" + item = /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/medium + cost = 50 + job = list("Roboticist") + surplus = 0 + can_discount = FALSE + hijack_only = TRUE + //Librarian /datum/uplink_item/jobspecific/etwenty name = "The E20"