Merge pull request #10604 from Spartan6/cheap_bone_juice

Reduces the cost of the Prototype Bone Repair Kit to 4
This commit is contained in:
variableundefined
2019-01-08 15:46:32 +08:00
committed by GitHub
+1 -1
View File
@@ -1127,7 +1127,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
desc = "Stolen prototype bone repair nanites. Contains one nanocalcium autoinjector and guide."
reference = "NCAI"
item = /obj/item/storage/box/syndie_kit/bonerepair
cost = 6
cost = 4
/datum/uplink_item/device_tools/traitor_belt
name = "Traitor's Toolbelt"