From 29aa1ccef700e4460a2006d40a4b50603c885bcd Mon Sep 17 00:00:00 2001 From: AzuleUtama <44248086+AzuleUtama@users.noreply.github.com> Date: Mon, 18 Mar 2019 20:22:38 +0000 Subject: [PATCH] Removed MMI from surgery bag, made it Roboticist only --- code/datums/uplink_item.dm | 13 +++++++++++-- code/game/objects/items/weapons/storage/backpack.dm | 1 - 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index a22bdd371a6..e421028f71a 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -351,6 +351,15 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) cost = 12 job = list("Research Director") +//Roboticist + name = "Syndicate MMI" + desc = "A syndicate developed man-machine-interface which will make any cyborg it is inserted into follow the standard syndicate lawset." + reference = "SMMI" + item = /obj/item/mmi/syndie + cost = 2 + job = list("Roboticist") + surplus = 0 + //Librarian /datum/uplink_item/jobspecific/etwenty name = "The E20" @@ -1160,10 +1169,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/device_tools/surgerybag name = "Syndicate Surgery Duffelbag" - desc = "The Syndicate surgery duffelbag is a toolkit containing all surgery tools, a straitjacket, and a muzzle." + desc = "The Syndicate surgery duffelbag comes with a full set of surgery tools, a straightjacket and a muzzle. The bag itself is also made of very light materials and won't slow you down while it is equipped." reference = "SSDB" item = /obj/item/storage/backpack/duffel/syndie/surgery - cost = 4 + cost = 2 /datum/uplink_item/device_tools/bonerepair name = "Prototype Bone Repair Kit" diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index 2d06c0fde80..8df4b17251d 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -367,7 +367,6 @@ new /obj/item/FixOVein(src) new /obj/item/clothing/suit/straight_jacket(src) new /obj/item/clothing/mask/muzzle(src) - new /obj/item/mmi/syndie(src) /obj/item/storage/backpack/duffel/syndie/surgery_fake //for maint spawns name = "surgery duffelbag"