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
@@ -422,6 +422,20 @@
items_to_add = list(/obj/item/kitchen/knife/cheese)
items_to_replace = list(/obj/item/rsf = /obj/item/rsf/executive)
/***********************/
// MARK: Medical
/***********************/
/obj/item/borg/upgrade/holo_stretcher
name = "holo stretcher rack upgrade"
desc = "An upgrade that allows medical cyborgs to carry holo stretchers in addition to basic roller beds."
icon = 'icons/obj/rollerbed.dmi'
icon_state = "holo_retracted"
origin_tech = "magnets=3;biotech=4;powerstorage=3"
require_module = TRUE
module_type = /obj/item/robot_module/medical
items_to_replace = list(/obj/item/roller_holder = /obj/item/roller_holder/holo)
/***********************/
// MARK: Syndicate
/***********************/