-
Notifications
You must be signed in to change notification settings - Fork 517
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
NonQueueingMatt
merged 8 commits into
Aurorastation:master
from
FabianK3:jaws-of-life-for-atmos
Nov 10, 2024
Merged
Jaws of life for atmos #20138
NonQueueingMatt
merged 8 commits into
Aurorastation:master
from
FabianK3:jaws-of-life-for-atmos
Nov 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
🗺️ Mapping - Horizon
The PR touches the Horizon map files.
label
Nov 3, 2024
!review |
Generalcamo
suggested changes
Nov 3, 2024
Generalcamo
approved these changes
Nov 4, 2024
Geevies
approved these changes
Nov 6, 2024
FluffyGhoster
approved these changes
Nov 9, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?