mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Extra ways to get backup implants
Adds them to medical vendors (by the box) and producable by an autolathe (by the single)
This commit is contained in:
@@ -854,7 +854,8 @@
|
||||
/obj/item/weapon/reagent_containers/syringe/antiviral = 4,/obj/item/weapon/reagent_containers/syringe = 12,
|
||||
/obj/item/device/healthanalyzer = 5,/obj/item/weapon/reagent_containers/glass/beaker = 4, /obj/item/weapon/reagent_containers/dropper = 2,
|
||||
/obj/item/stack/medical/advanced/bruise_pack = 3, /obj/item/stack/medical/advanced/ointment = 3, /obj/item/stack/medical/splint = 2,
|
||||
/obj/item/weapon/storage/box/khcrystal = 4) //VOREStation Add
|
||||
/obj/item/weapon/storage/box/khcrystal = 4,
|
||||
/obj/item/weapon/storage/box/backup_kit = 2) //VOREStation Add - khcrystal and backup_kit
|
||||
contraband = list(/obj/item/weapon/reagent_containers/pill/tox = 3,/obj/item/weapon/reagent_containers/pill/stox = 4,/obj/item/weapon/reagent_containers/pill/antitox = 6)
|
||||
idle_power_usage = 211 //refrigerator - believe it or not, this is actually the average power consumption of a refrigerated vending machine according to NRCan.
|
||||
req_log_access = access_cmo
|
||||
|
||||
@@ -14,6 +14,13 @@
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 7000, "glass" = 7000, "gold" = 2000, "diamond" = 3000)
|
||||
build_path = /obj/item/weapon/implantcase/vrlanguage
|
||||
|
||||
/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(DEFAULT_WALL_MATERIAL = 2000, "glass" = 2000)
|
||||
build_path = /obj/item/weapon/implantcase/backup
|
||||
|
||||
/datum/design/item/weapon/sizegun
|
||||
name = "shrink ray"
|
||||
id = "shrinkray"
|
||||
|
||||
Reference in New Issue
Block a user