Makes automenders rarer. Adds sutures/regenerative meshes. (#30003)

* suture

* tweak

* bio 6 -> bio 7

* tweak bleed supression

* review

* Update code/game/objects/items/stacks/medical_packs.dm

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

---------

Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
Contrabang
2025-08-17 20:12:44 +00:00
committed by GitHub
co-authored by PollardTheDragon
parent bd66906553
commit 5b0447edcc
7 changed files with 192 additions and 17 deletions
@@ -752,14 +752,6 @@
build_path = /obj/item/reagent_containers/hypospray/safety
category = list("initial", "Medical")
/datum/design/automender
name = "Auto-mender"
id = "automender"
build_type = AUTOLATHE
materials = list(MAT_METAL = 1000, MAT_GLASS = 1000)
build_path = /obj/item/reagent_containers/applicator
category = list("initial", "Medical")
/datum/design/prox_sensor
name = "Proximity Sensor"
id = "prox_sensor"
@@ -52,6 +52,15 @@
build_path = /obj/item/healthupgrade
category = list("Medical")
/datum/design/automender
name = "Auto-mender"
id = "automender"
req_tech = list("biotech" = 7, "magnets" = 3)
build_type = PROTOLATHE
materials = list(MAT_TITANIUM = 3000, MAT_GLASS = 1000)
build_path = /obj/item/reagent_containers/applicator
category = list("Medical")
/datum/design/handheld_defib
name = "Handheld Defibrillator"
desc = "A smaller defibrillator only capable of treating cardiac arrest."