mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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
|
||||
/***********************/
|
||||
|
||||
Reference in New Issue
Block a user