mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Adds the bluespace anchor cybernetic implant (#26978)
* Anchor? I hardly know her! * biochip code my hated * yeah that's fair * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -634,6 +634,17 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/brain/wire_interface
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/bluespace_anchor
|
||||
name = "Bluespace Anchor Implant"
|
||||
desc = "This large cybernetic implant anchors you in bluespace, preventing almost any teleportation effects from working. It disrupts GPS systems however."
|
||||
id = "bluespace_anchor_implant"
|
||||
req_tech = list("bluespace" = 7, "biotech" = 5)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
construction_time = 6 SECONDS
|
||||
materials = list(MAT_METAL = 10000, MAT_BLUESPACE = 2000)
|
||||
build_path = /obj/item/organ/internal/cyberimp/chest/bluespace_anchor
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/raiden_implant
|
||||
name = "Reactive Repair Implant"
|
||||
desc = "This implant reworks the IPC frame, in order to incorporate materials that return to their original shape after being damaged. Requires power to function."
|
||||
|
||||
Reference in New Issue
Block a user