Adds bluespace compression kit

This commit is contained in:
BlackMajor
2019-05-30 02:46:34 +12:00
parent f94cbe94f6
commit 93464b8f24
4 changed files with 72 additions and 0 deletions
+9
View File
@@ -1247,6 +1247,15 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/codespeak_manual/unlimited
cost = 3
/datum/uplink_item/device_tools/compressionkit
name = "Bluespace Compression Kit"
desc = "A modified version of a BSRPED that can be used to reduce the size of most items while retaining their original functions! \
Does not work on storage items. \
Recharge using bluespace crystals. \
Comes with 5 charges."
item = /obj/item/compressionkit
cost = 5
// Implants
/datum/uplink_item/implants
category = "Implants"