health removal (#25666)

This commit is contained in:
1080pCat
2024-05-31 01:16:24 +10:00
committed by GitHub
parent d3974ee77b
commit ef6850c841
4 changed files with 1 additions and 28 deletions
@@ -87,9 +87,6 @@
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"
/datum/implant_fluff/krav_maga
name = "Prospero Foreign Industries Krav Maga Neurotrainer"
life = "Will cease functioning 4 hours after death of host."
@@ -1,23 +0,0 @@
/obj/item/bio_chip/health
name = "health bio-chip"
activated = FALSE
implant_data = /datum/implant_fluff/health
implant_state = "implant-default"
var/healthstring = ""
/obj/item/bio_chip/health/proc/sensehealth()
if(!imp_in)
return "ERROR"
else
healthstring = "[round(imp_in.getOxyLoss())] - [round(imp_in.getFireLoss())] - [round(imp_in.getToxLoss())] - [round(imp_in.getBruteLoss())]"
return healthstring
/obj/item/bio_chip_implanter/health
name = "implanter (health)"
implant_type = /obj/item/bio_chip/health
/obj/item/bio_chip_case/health
name = "implant case - 'Health'"
desc = "A glass case containing a health implant."
implant_type = /obj/item/bio_chip/health