Ports the airlock bolt wrench from /tg/ station. (#23614)

* bolterwrench

* Update code/game/machinery/doors/airlock.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/game/objects/items/tools/wrench.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

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

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

* Update code/game/machinery/doors/airlock.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>

* most of lewc reviews

* i think this is what lewcc meant.

* Update airlock.dm

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

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* lewc review

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
1080pCat
2024-01-29 18:17:20 -05:00
committed by GitHub
co-authored by Henri215 Burzah Luc
parent 1649ba6cb3
commit 2226231caf
6 changed files with 38 additions and 0 deletions
@@ -290,3 +290,13 @@
materials = list(MAT_SILVER = 4000, MAT_TITANIUM = 6000, MAT_URANIUM = 4000, MAT_PLASMA = 4000)
build_path = /obj/item/clothing/shoes/magboots/gravity
category = list("Equipment")
/datum/design/bolterwrench
name = "Door Bolt Wrench"
desc = "A large wrench designed to interlock with an airlock's bolting mechanisms, allowing it to lift the bolts regardless of power."
id = "bolter_wrench"
req_tech = list("materials" = 6, "engineering" = 5)
build_type = PROTOLATHE
materials = list(MAT_METAL = 5000, MAT_TITANIUM = 3000)
build_path = /obj/item/wrench/bolter
category = list("Equipment")