mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
adds the abductor surgery toolset (#25419)
* adds surgical abductor toolset * ..Yes. The crew needs to be able to get it somehow. Right * handle review from 1080p * Required tech should be the correct one, and not engi's * Henri's review * 1080p's review * adds surgical abductor toolset * ..Yes. The crew needs to be able to get it somehow. Right * handle review from 1080p * Required tech should be the correct one, and not engi's * Henri's review * 1080p's review
This commit is contained in:
@@ -436,6 +436,17 @@
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/janitorial_abductor
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_surgical_abductor
|
||||
name = "Abductor Surgical Toolset Implant"
|
||||
desc = "An alien surgical toolset, designed to be installed on the subject's arm."
|
||||
id = "ci-med-abductor"
|
||||
req_tech = list("materials" = 6, "magnets" = 6, "biotech" = 6, "abductor" = 3)
|
||||
build_type = PROTOLATHE | MECHFAB
|
||||
materials = list(MAT_METAL = 20000, MAT_SILVER = 10000, MAT_PLASMA = 9000, MAT_TITANIUM = 8000, MAT_DIAMOND = 8000)
|
||||
construction_time = 20 SECONDS
|
||||
build_path = /obj/item/organ/internal/cyberimp/arm/surgical_abductor
|
||||
category = list("Medical")
|
||||
|
||||
/datum/design/cyberimp_jani_hud
|
||||
name = "Janitor HUD Implant"
|
||||
desc = "These cybernetic eye implants will display a filth HUD over everything you see. Wiggle eyes to control."
|
||||
|
||||
Reference in New Issue
Block a user