Deletes Parole Implants

Also deletes parole kit from warden's locker, as it is pointless now.
This commit is contained in:
Kyep
2016-07-13 21:44:50 -07:00
parent dd8897fd22
commit f22f5747cd
5 changed files with 1 additions and 51 deletions
+1 -1
View File
@@ -110,4 +110,4 @@
#undef WAND_OPEN
#undef WAND_BOLT
#undef WAND_EMERGENCY
#undef WAND_EMERGENCY
@@ -59,31 +59,3 @@
/obj/item/weapon/implantcase/chem/New()
imp = new /obj/item/weapon/implant/chem(src)
..()
/obj/item/weapon/implant/chem/parole
name = "parole implant"
/obj/item/weapon/implant/chem/parole/get_data()
var/dat = {"<b>Implant Specifications:</b><BR>
<b>Name:</b> Robust Corp MJ-421 Prisoner Management Implant<BR>
<b>Life:</b> Deactivates upon death but remains within the body.<BR>
<b>Important Notes: Due to the system functioning off of nutrients in the implanted subject's body, the subject will suffer from an increased appetite.</B><BR>
<HR>
<b>Implant Details:</b><BR>
<b>Function:</b> Contains a small capsule filled with sedative. Upon receiving a specially encoded signal, sedates its host.<BR>
<b>Special Features:</b>
<b>Integrity:</b> Implant will last so long as the subject is alive."}
return dat
/obj/item/weapon/implant/chem/parole/New()
..()
reagents.add_reagent("ether",50)
/obj/item/weapon/implanter/parole
name = "implanter (Chem-Ether)"
/obj/item/weapon/implanter/parole/New()
imp = new /obj/item/weapon/implant/chem/parole(src)
..()
@@ -58,13 +58,6 @@
update_icon()
/obj/item/weapon/implanter/tracking
name = "implanter (tracking)"
/obj/item/weapon/implanter/tracking/New()
imp = new /obj/item/weapon/implant/tracking(src)
..()
/obj/item/weapon/implanter/adrenalin
name = "implanter (adrenalin)"
@@ -232,20 +232,6 @@
new /obj/item/weapon/implanter(src)
new /obj/item/weapon/implantpad(src)
/obj/item/weapon/storage/box/parole
name = "parole kit"
desc = "Box of stuff used to manage parolees."
icon_state = "implant"
New()
..()
new /obj/item/weapon/implanter/parole(src)
new /obj/item/weapon/implanter/parole(src)
new /obj/item/weapon/implanter/parole(src)
new /obj/item/weapon/implanter/tracking(src)
new /obj/item/weapon/implanter/tracking(src)
new /obj/item/weapon/implanter/tracking(src)
/obj/item/weapon/storage/box/exileimp
name = "boxed exile implant kit"
desc = "Box of exile implants. It has a picture of a clown being booted through the Gateway."
@@ -150,7 +150,6 @@
new /obj/item/clothing/glasses/hud/security/sunglasses(src)
new /obj/item/clothing/mask/gas/sechailer/warden(src)
new /obj/item/taperoll/police(src)
new /obj/item/weapon/storage/box/parole(src)
new /obj/item/weapon/storage/box/zipties(src)
new /obj/item/weapon/storage/box/flashbangs(src)
new /obj/item/weapon/reagent_containers/spray/pepper(src)