mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 11:32:13 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
18 lines
710 B
Plaintext
18 lines
710 B
Plaintext
/datum/design/item/implant/backup
|
|
name = "Backup implant"
|
|
id = "implant_backup"
|
|
req_tech = list(TECH_MATERIAL = 2, TECH_BIO = 2, TECH_DATA = 4, TECH_ENGINEERING = 2)
|
|
materials = list(MAT_STEEL = 2000, MAT_GLASS = 2000)
|
|
build_path = /obj/item/implantcase/backup
|
|
sort_string = "MFAVA"
|
|
department = LATHE_ALL | LATHE_MEDICAL // CHOMPAdd
|
|
|
|
/datum/design/item/implant/sizecontrol
|
|
name = "Size control implant"
|
|
id = "implant_size"
|
|
req_tech = list(TECH_MATERIAL = 3, TECH_BIO = 4, TECH_DATA = 4, TECH_ENGINEERING = 3)
|
|
materials = list(MAT_STEEL = 4000, MAT_GLASS = 4000)
|
|
build_path = /obj/item/implanter/sizecontrol
|
|
sort_string = "MFAVB"
|
|
department = LATHE_ALL | LATHE_MEDICAL | LATHE_PUBLIC // CHOMPAdd
|