mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
health removal (#25666)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user