Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jaws of life for atmos #20138

Merged
merged 8 commits into from
Nov 10, 2024

Conversation

FabianK3
Copy link
Contributor

@FabianK3 FabianK3 commented Nov 3, 2024

Introduction

This PR adds a hydraulic rescue tool (jaws of life) to the atmos locker room. The goal is to provide Atmospheric technicians the means to enter areas that they are needed in without knowing the airlock wiring or having access to insulated gloves. This places them in a better position for their emergency response duties. This also provides the opportunity for cross-department work towards paramedics and maybe security.

The idea raised from this suggestion/thread: Reinforce Engineering's Division of Labor

What has been changed?

  • Added a jaws of life to the table in the atmos locker room.
  • Added the functionality to force open powered airlocks that are not broken or bolted. Without this functionality the tool wouldn't serve its intended purpose.
  • Added a couple of messages when using the tool for different actions for fluff.

@github-actions github-actions bot added the 🗺️ Mapping - Horizon The PR touches the Horizon map files. label Nov 3, 2024
@FabianK3
Copy link
Contributor Author

FabianK3 commented Nov 3, 2024

!review

maps/sccv_horizon/sccv_horizon.dmm Outdated Show resolved Hide resolved
code/game/machinery/doors/airlock.dm Outdated Show resolved Hide resolved
code/game/machinery/doors/airlock.dm Outdated Show resolved Hide resolved
code/game/machinery/doors/airlock.dm Outdated Show resolved Hide resolved
code/game/machinery/doors/airlock.dm Outdated Show resolved Hide resolved
@NonQueueingMatt NonQueueingMatt added this pull request to the merge queue Nov 10, 2024
Merged via the queue into Aurorastation:master with commit 544fc05 Nov 10, 2024
25 checks passed
@FabianK3 FabianK3 deleted the jaws-of-life-for-atmos branch November 10, 2024 15:57
github-merge-queue bot pushed a commit that referenced this pull request Nov 15, 2024
### Introduction
The recently to atmos added hydraulic rescue tool is a robotic tool and
has none of the common item/tool properties. This PR refactors the tool
to a non-robotic version and fixes a bug in the recently added
functionality (#20138 - Airlocks can be opened instantly by moving
during the action duration).

### What changed?

- Added `/obj/item/crowbar/hydraulic_rescue_tool` to tools.dm
- Removed robotic version under AI
(`/obj/item/crowbar/robotic/jawsoflife`)
- Updated all occurrences (Sprite label due to updating the sprite
filename)
- Fix action skip bug in airlock.dm when using the tool (See
[5cc808b](5cc808b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Merge 🗺️ Mapping - Horizon The PR touches the Horizon map files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants