mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Removes exile implants and the corresponding crate (#22543)
* goodbye exile * nuked
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
//Exile implants will allow you to use the station gate, but not return home.
|
||||
//This will allow security to exile badguys/for badguys to exile their kill targets
|
||||
/obj/item/implant/exile
|
||||
name = "exile bio-chip"
|
||||
desc = "Prevents you from returning from away missions"
|
||||
origin_tech = "materials=2;biotech=3;magnets=2;bluespace=3"
|
||||
activated = BIOCHIP_ACTIVATED_PASSIVE
|
||||
implant_data = /datum/implant_fluff/exile
|
||||
implant_state = "implant-nanotrasen"
|
||||
|
||||
/obj/item/implanter/exile
|
||||
name = "bio-chip implanter (exile)"
|
||||
implant_type = /obj/item/implant/exile
|
||||
|
||||
/obj/item/implantcase/exile
|
||||
name = "bio-chip case - 'Exile'"
|
||||
desc = "A glass case containing an exile bio-chip."
|
||||
implant_type = /obj/item/implant/exile
|
||||
|
||||
/obj/structure/closet/secure_closet/exile
|
||||
name = "exile bio-chips"
|
||||
req_access = list(ACCESS_ARMORY)
|
||||
|
||||
/obj/structure/closet/secure_closet/exile/populate_contents()
|
||||
new /obj/item/implanter/exile(src)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
@@ -51,12 +51,6 @@
|
||||
notes = "An minituarized nuclear squib fit snuggly into a bio-chip."
|
||||
function = "Upon detonization the bio-chip will release an EMP affecting the immediate area around the user."
|
||||
|
||||
/datum/implant_fluff/exile
|
||||
name = "Nanotrasen Employee Exile Bio-chip"
|
||||
life = "Known to last up to 3 to 4 years."
|
||||
notes = "The onboard station gateway system has been modified to reject entry by individuals containing this bio-chip."
|
||||
function = "Prevents the user from reentering the station through the gateway.... alive."
|
||||
|
||||
/datum/implant_fluff/explosive
|
||||
name = "Cybersun Industries RX-78 Employee Management Bio-chip"
|
||||
life = "Destroyed upon activation."
|
||||
|
||||
@@ -294,16 +294,6 @@
|
||||
new /obj/item/implanter(src)
|
||||
new /obj/item/implantpad(src)
|
||||
|
||||
/obj/item/storage/box/exileimp
|
||||
name = "boxed exile bio-chip kit"
|
||||
desc = "Box of exile bio-chips. It has a picture of a clown being booted through the Gateway."
|
||||
icon_state = "implant"
|
||||
|
||||
/obj/item/storage/box/exileimp/populate_contents()
|
||||
for(var/I in 1 to 5)
|
||||
new /obj/item/implantcase/exile(src)
|
||||
new /obj/item/implanter(src)
|
||||
|
||||
/obj/item/storage/box/deathimp
|
||||
name = "death alarm bio-chip kit"
|
||||
desc = "Box of life sign monitoring bio-chips."
|
||||
|
||||
Reference in New Issue
Block a user