The mech crusher module (#26550)

* E

* forgor this

* forgor this thing too

* add icons

* Update work_tools.dm

Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com>

* Update code/modules/research/designs/mechfabricator_designs.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com>

* Update code/game/mecha/equipment/tools/work_tools.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com>

* my beloved , gone.

* misinput!!!

* Update code/game/mecha/equipment/tools/work_tools.dm

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com>

* Review compliance

---------

Signed-off-by: MLGTASTICa <61350382+MLGTASTICa@users.noreply.github.com>
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
MLGTASTICa
2024-09-09 23:41:51 +00:00
committed by GitHub
co-authored by 1080pCat warriorstar-orion
parent 7555aefd89
commit 20d225809b
4 changed files with 62 additions and 1 deletions
@@ -615,6 +615,15 @@
construction_time = 10 SECONDS
category = list("Exosuit Equipment")
/datum/design/mech_crusher
name = "Exosuit Mining Equipment (Mounted crusher)"
id = "mech_crusher"
build_type = MECHFAB
build_path = /obj/item/mecha_parts/mecha_equipment/mech_crusher
materials = list(MAT_METAL= 23000, MAT_TITANIUM = 8000)
construction_time = 25 SECONDS
category = list("Exosuit Equipment")
/datum/design/mech_extinguisher
name = "Exosuit Engineering Equipment (Extinguisher)"
id = "mech_extinguisher"