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-30 09:17:20 +10:00
committed by GitHub
parent 1649ba6cb3
commit 2226231caf
6 changed files with 38 additions and 0 deletions
+8
View File
@@ -126,3 +126,11 @@
user.dust()
user.visible_message("<span class='suicide'>[user]'s soul coalesces into a new [W.name]!</span>")
return OBLITERATION
/obj/item/wrench/bolter
name = "airlock bolt wrench"
desc = "A large wrench designed to interlock with an airlock's bolting mechanisms, allowing it to lift the bolts regardless of power."
icon_state = "bolter_wrench"
origin_tech = "materials=5;engineering=4"
w_class = WEIGHT_CLASS_NORMAL
toolspeed = 2.5