mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user