Merge pull request #6304 from Nalarac/Mecha2

Adds Ripley Speedboost Equipment
This commit is contained in:
Atermonera
2019-07-24 00:02:48 -04:00
committed by VirgoBot
parent 8a370584c5
commit f0311ed4ff
3 changed files with 67 additions and 2 deletions
+7
View File
@@ -664,6 +664,13 @@
materials = list(DEFAULT_WALL_MATERIAL = 7500, "silver" = 375, "glass" = 750)
build_path = /obj/item/mecha_parts/mecha_equipment/generator/nuclear
/datum/design/item/mecha/speedboost_ripley
name = "Ripley Leg Actuator Overdrive"
desc = "System enhancements and overdrives to make a mech's legs move faster."
req_tech = list( TECH_POWER = 5, TECH_MATERIAL = 4, TECH_ENGINEERING = 4)
materials = list(DEFAULT_WALL_MATERIAL = 10000, "silver" = 1000, "gold" = 1000)
build_path = /obj/item/mecha_parts/mecha_equipment/speedboost
/datum/design/item/synthetic_flash
name = "Synthetic Flash"
id = "sflash"