This commit is contained in:
Improvedname
2020-02-16 19:51:19 +01:00
parent b93781eb71
commit 12225144a0
4 changed files with 28 additions and 12 deletions
+12 -4
View File
@@ -1491,7 +1491,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/implants/antistun
name = "CNS Rebooter Implant"
desc = "This implant will help you get back up on your feet faster after being stunned. Comes with an autosurgeon."
item = /obj/item/autosurgeon/anti_stun
item = /obj/item/autosurgeon/syndicate/anti_stun
cost = 12
surplus = 0
include_modes = list(/datum/game_mode/nuclear)
@@ -1532,7 +1532,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/implants/reviver
name = "Reviver Implant"
desc = "This implant will attempt to revive and heal you if you lose consciousness. Comes with an autosurgeon."
item = /obj/item/autosurgeon/reviver
item = /obj/item/autosurgeon/syndicate/reviver
cost = 8
surplus = 0
include_modes = list(/datum/game_mode/nuclear)
@@ -1554,7 +1554,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/implants/thermals
name = "Thermal Eyes"
desc = "These cybernetic eyes will give you thermal vision. Comes with a free autosurgeon."
item = /obj/item/autosurgeon/thermal_eyes
item = /obj/item/autosurgeon/syndicate/thermal_eyes
cost = 8
surplus = 0
include_modes = list(/datum/game_mode/nuclear)
@@ -1572,7 +1572,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/implants/xray
name = "X-ray Vision Implant"
desc = "These cybernetic eyes will give you X-ray vision. Comes with an autosurgeon."
item = /obj/item/autosurgeon/xray_eyes
item = /obj/item/autosurgeon/syndicate/xray_eyes
cost = 10
surplus = 0
include_modes = list(/datum/game_mode/nuclear)
@@ -1786,6 +1786,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
item = /obj/item/storage/box/hug/reverse_revolver
restricted_roles = list("Clown")
/datum/uplink_item/role_restricted/laser_arm
name = "Laser arm implant"
desc = "A laser arm implant which grants you with a functionally antique lasergun technology inside of your arm, Keep away from emps. Comes with a autosurgeon."
cost = 10
item = /obj/item/autosurgeon/syndicate/laser_arm
restricted_roles = list("Roboticist")
// Pointless
/datum/uplink_item/badass
category = "(Pointless) Badassery"