Gives Medical Cyborgs a Holo Stretcher Upgrade (#29352)

* creation

* Update code/game/objects/items/robot/robot_upgrades.dm

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>

---------

Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-06-04 13:15:57 +00:00
committed by GitHub
co-authored by Burzah
parent 3c80dcf246
commit df362db8af
3 changed files with 78 additions and 25 deletions
@@ -1323,6 +1323,16 @@
construction_time = 12 SECONDS
category = list("Cyborg Upgrades")
/datum/design/borg_upgrade_holo_stretcher
name = "Cyborg Upgrade (Holo Stretcher Rack Upgrade)"
id = "borg_upgrade_holo_stretcher"
build_type = MECHFAB
build_path = /obj/item/borg/upgrade/holo_stretcher
req_tech = list("magnets" = 5, "powerstorage" = 4)
materials = list(MAT_METAL = 1000, MAT_SILVER = 500, MAT_GLASS = 500, MAT_DIAMOND = 200)
construction_time = 12 SECONDS
category = list("Cyborg Upgrades")
// IPC
/datum/design/ipc_head