mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Removed anti-drop implant from NukeOps uplink.
This commit is contained in:
@@ -702,12 +702,6 @@ var/list/uplink_items = list()
|
||||
item = /obj/item/cybernetic_implant/brain/anti_stun
|
||||
cost = 12
|
||||
|
||||
/datum/uplink_item/cyber_implants/antidrop
|
||||
name = "Anti-Drop Implant"
|
||||
desc = "This cybernetic brain implant will allow you to force your hand muscles to contract, preventing item dropping."
|
||||
item = /obj/item/cybernetic_implant/brain/anti_drop
|
||||
cost = 8
|
||||
|
||||
/datum/uplink_item/cyber_implants/reviver
|
||||
name = "Reviver Implant"
|
||||
desc = "This implant will attempt to revive you if you lose consciousness."
|
||||
@@ -718,11 +712,11 @@ var/list/uplink_items = list()
|
||||
name = "Nutriment Pump Implant PLUS"
|
||||
desc = "This implant will pump you with nutriments and electrolytes so you don't go hungry in action."
|
||||
item = /obj/item/cybernetic_implant/chest/nutriment/plus
|
||||
cost = 5
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/cyber_implants/bundle
|
||||
name = "Cybernetic Implants Bundle"
|
||||
desc = "A random selection of cybernetic implants. Guaranteed 5 high quality implants."
|
||||
desc = "A random selection of cybernetic implants. Guaranteed 5 high quality implants. Does not include Nutriment Implant."
|
||||
item = /obj/item/weapon/storage/box/cyber_implants
|
||||
cost = 40
|
||||
|
||||
|
||||
@@ -383,8 +383,7 @@
|
||||
desc = "A sleek, sturdy box."
|
||||
icon_state = "cyber_implants"
|
||||
var/list/boxed = list(/obj/item/cybernetic_implant/eyes/xray,/obj/item/cybernetic_implant/eyes/thermals,
|
||||
/obj/item/cybernetic_implant/brain/anti_drop, /obj/item/cybernetic_implant/brain/anti_stun,
|
||||
/obj/item/cybernetic_implant/chest/nutriment/plus, /obj/item/cybernetic_implant/chest/reviver)
|
||||
/obj/item/cybernetic_implant/brain/anti_stun, /obj/item/cybernetic_implant/chest/reviver)
|
||||
var/amount = 5
|
||||
|
||||
/obj/item/weapon/storage/box/cyber_implants/New()
|
||||
|
||||
Reference in New Issue
Block a user