Merge pull request #5503 from VOREStation/upstream-merge-6304

[MIRROR] Adds Ripley Speedboost Equipment
This commit is contained in:
Novacat
2019-07-24 06:17:54 -04:00
committed by GitHub
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"