mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
co-authored by
PollardTheDragon
parent
bd66906553
commit
5b0447edcc
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user