Merge pull request #9498 from VOREStation/upstream-merge-7787

[MIRROR] Powered Exosuit Running Board (from /vg/station)
This commit is contained in:
Novacat
2020-12-23 09:15:53 -05:00
committed by Chompstation Bot
parent b250dff027
commit cabb515fae
5 changed files with 49 additions and 11 deletions

View File

@@ -679,6 +679,14 @@
materials = list(DEFAULT_WALL_MATERIAL = 5000, "osmium" = 3000, "silver" = 1000)
build_path = /obj/item/mecha_parts/mecha_equipment/tool/orescanner/advanced
/datum/design/item/mecha/runningboard
name = "Powered Exosuit Running Board"
desc = "A running board with a power-lifter attachment, to quickly catapult exosuit pilots into the cockpit. Only fits to working exosuits."
id = "mech_runningboard"
req_tech = list(TECH_MATERIAL = 6)
materials = list(DEFAULT_WALL_MATERIAL = 10000)
build_path = /obj/item/mecha_parts/mecha_equipment/runningboard/limited
/datum/design/item/mecha/powerwrench
name = "hydraulic wrench"
desc = "A large, hydraulic wrench."