mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds the Prototype Freedom Implant (#21759)
* FREEEEEEEEEEEEEEEEEEEEDOM * stop showing everyone i copy paste my code smh
This commit is contained in:
@@ -35,3 +35,22 @@
|
||||
name = "bio-chip case - 'Freedom'"
|
||||
desc = "A glass case containing a freedom bio-chip."
|
||||
implant_type = /obj/item/implant/freedom
|
||||
|
||||
/obj/item/implant/freedom/prototype
|
||||
name = "prototype freedom bio-chip"
|
||||
desc = "Use this to escape from those evil Red Shirts. Works only once!"
|
||||
icon_state = "freedom"
|
||||
item_color = "r"
|
||||
origin_tech = "combat=5;magnets=3;biotech=3;syndicate=1"
|
||||
uses = 1
|
||||
implant_data = /datum/implant_fluff/protofreedom
|
||||
implant_state = "implant-syndicate"
|
||||
|
||||
/obj/item/implanter/freedom/prototype
|
||||
name = "bio-chip implanter (proto-freedom)"
|
||||
implant_type = /obj/item/implant/freedom/prototype
|
||||
|
||||
/obj/item/implantcase/freedom/prototype
|
||||
name = "bio-chip case - 'Proto-Freedom'"
|
||||
desc = "A glass case containing a prototype freedom bio-chip."
|
||||
implant_type = /obj/item/implant/freedom/prototype
|
||||
|
||||
@@ -69,6 +69,12 @@
|
||||
notes = "A bio-chip that is illegal in many systems. It is notoriously known for allowing users to grotesquely fracture bones and over-exert joints in order to slip out of the tightest of restraints."
|
||||
function = "Uses a mixture of cybernetic nanobots, bone regrowth chemicals, and radio signals to quickly break the user out of restraints."
|
||||
|
||||
/datum/implant_fluff/protofreedom
|
||||
name = "Cybersun Industries X-92 Quick Escape Bio-chip"
|
||||
life = "Destroyed after 1 use."
|
||||
notes = "A bio-chip that is illegal in many systems. This is the early prototype version of the RX-92. It's significantly cheaper than it's newer version."
|
||||
function = "Uses a mixture of cheap cybernetic nanobots, bone regrowth chemicals, and radio signals to quickly break the user out of restraints."
|
||||
|
||||
/datum/implant_fluff/health
|
||||
name = "Nanotrasen Health Bio-chip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user