mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user