mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Merge pull request #5503 from VOREStation/upstream-merge-6304
[MIRROR] Adds Ripley Speedboost Equipment
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user