mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
8 lines
425 B
Plaintext
8 lines
425 B
Plaintext
/datum/design/item/mechfab/rigsuit/rescuepharm
|
|
name = "hardsuit mounted rescue pharmacy"
|
|
desc = "A suit mounted rescue drug dispenser."
|
|
id = "rig_component_rescuepharm"
|
|
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_MAGNET = 5, TECH_BIO = 4)
|
|
materials = list(MAT_PLASTEEL = 3000, MAT_GRAPHITE = 2000, MAT_PLASTIC = 3500, MAT_SILVER = 1750, MAT_GOLD = 1250)
|
|
build_path = /obj/item/rig_module/rescue_pharm
|