Bundled glue in with compression kit PR

This commit is contained in:
BlackMajor
2019-06-07 12:00:06 +12:00
parent 46123cb1fa
commit 21fd11718a
6 changed files with 42 additions and 1 deletions
+8
View File
@@ -1256,6 +1256,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/compressionkit
cost = 5
/datum/uplink_item/device_tools/syndie_glue
name = "Glue"
desc = "A cheap bottle of one use syndicate brand super glue. \
Use on any item to make it undroppable. \
Be careful not to glue an item you're already holding!"
item = /obj/item/syndie_glue
cost = 2
// Implants
/datum/uplink_item/implants
category = "Implants"