mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 05:31:53 +00:00
Adds ID to Ripley Speedboost
Fixes the ripley speedboost being uncreatable in the exosuit fabricator.
This commit is contained in:
@@ -667,6 +667,7 @@
|
|||||||
/datum/design/item/mecha/speedboost_ripley
|
/datum/design/item/mecha/speedboost_ripley
|
||||||
name = "Ripley Leg Actuator Overdrive"
|
name = "Ripley Leg Actuator Overdrive"
|
||||||
desc = "System enhancements and overdrives to make a mech's legs move faster."
|
desc = "System enhancements and overdrives to make a mech's legs move faster."
|
||||||
|
id = "mech_speedboost_ripley"
|
||||||
req_tech = list( TECH_POWER = 5, TECH_MATERIAL = 4, TECH_ENGINEERING = 4)
|
req_tech = list( TECH_POWER = 5, TECH_MATERIAL = 4, TECH_ENGINEERING = 4)
|
||||||
materials = list(DEFAULT_WALL_MATERIAL = 10000, "silver" = 1000, "gold" = 1000)
|
materials = list(DEFAULT_WALL_MATERIAL = 10000, "silver" = 1000, "gold" = 1000)
|
||||||
build_path = /obj/item/mecha_parts/mecha_equipment/speedboost
|
build_path = /obj/item/mecha_parts/mecha_equipment/speedboost
|
||||||
|
|||||||
Reference in New Issue
Block a user