mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Naming
This commit is contained in:
@@ -1455,11 +1455,11 @@ k
|
||||
materials = list("$iron"=10000)
|
||||
|
||||
/datum/design/mech_extinguisher
|
||||
name = "Module Design (Extinguisher)"
|
||||
desc = "An extinguisher for mechs."
|
||||
name = "Module Design (Foam Extinguisher)"
|
||||
desc = "A foam extinguisher module for firefighting mechs."
|
||||
id = "mech_extinguisher"
|
||||
build_type = MECHFAB
|
||||
req_tech = list("engineering" = 1)
|
||||
req_tech = list("materials" = 1, "engineering" = 2)
|
||||
build_path = /obj/item/mecha_parts/mecha_equipment/tool/extinguisher
|
||||
category = "Exosuit_Equipment"
|
||||
materials = list("$iron"=10000)
|
||||
|
||||
Reference in New Issue
Block a user