mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
Fix Fix Travis
This commit is contained in:
@@ -907,7 +907,7 @@
|
|||||||
/datum/design/item/mechfab/rigsuit/material
|
/datum/design/item/mechfab/rigsuit/material
|
||||||
name = "hardsuit material visor"
|
name = "hardsuit material visor"
|
||||||
desc = "A compact material visor for a hardsuit."
|
desc = "A compact material visor for a hardsuit."
|
||||||
id = "rig_component_meson"
|
id = "rig_component_material"
|
||||||
req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 5, TECH_MAGNET = 3, TECH_POWER = 4)
|
req_tech = list(TECH_MATERIAL = 4, TECH_ENGINEERING = 5, TECH_MAGNET = 3, TECH_POWER = 4)
|
||||||
materials = list(MAT_PLASTEEL = 2000, MAT_GRAPHITE = 1500, MAT_OSMIUM = 500)
|
materials = list(MAT_PLASTEEL = 2000, MAT_GRAPHITE = 1500, MAT_OSMIUM = 500)
|
||||||
build_path = /obj/item/rig_module/vision/material
|
build_path = /obj/item/rig_module/vision/material
|
||||||
|
|||||||
Reference in New Issue
Block a user