-
Notifications
You must be signed in to change notification settings - Fork 516
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
Hydraulic rescue tool refactoring #20162
base: master
Are you sure you want to change the base?
Hydraulic rescue tool refactoring #20162
Conversation
- jaws of life becomes hydraulic rescue tool - Remove robotic version - Update map references
!review |
Jaws of life is a historical name, keep it |
How is it a historical name? As far as i know, the tool only was available for the AI shell previously. I don't think "jaws of life" is a very good name for a couple of reasons.
|
They are called jaws of life as that was a coined term (https://en.wikipedia.org/wiki/Hydraulic_rescue_tool), they're called jaws of life in TG-derived codebases and it's a tool that has been there historically as far back as to when I started playing SS13 and here it's called jaws of life too (it's just pathed under robotic crowbars instead of being a general one) |
Granted, colloquially in US English it may be known as Jaws of life, yet this still doesn't address the issue that people that are non-natives speaker are not well familiar with the term. It likely has never been an issue because, as it seems, the tool has not received much use on Aurora yet. Furthermore i still think that because it is a brand name nonetheless it doesn't have its place in our setting after all. The reasoning here seems to rely on an appeal to tradition, suggesting that because this tool was initially implemented this way, it should remain unchanged. I think however, this alone doesn’t justify avoiding changes. Edit: Shortened quote |
No, it's an appeal to standard: It's both called this way already and is also called this way in other codebases, that's how it's known for outside of Aurora too, in both TG and Bay branches; it's how the tool is known, both in colloquial usage, on the field and across the various codebases It doesn't mean it has to remain the same necessarily, there might be other compelling reasons to rename it, but I don't see them here, which is why I'm saying not to do that |
If you are referring on how the tool is named in the codebase,
If you are referring on how the tool is named in-game, |
As per the wikipedia article I linked, it's not just a brand name, it's how it's known as a tool - This is personal preference in the end, but I think there's no compelling reason to use a different name than what you find in the other codebases, and what it was known as |
The wikipedia article is called "Hydraulic rescue tool". "Jaws of life" is a "also known as"-reference. Additionally it's ambiguous because it also seems to refer to a group of tools as well.
Note that the wiki:talk page also mentions concerns about naming it officially "Jaws of life". The wiki article about Holmatro (another company producing rescue tools) explicitly mentions "Jaws of life" as just a reference to a trademark of another company:
The issue is, the first time the tool got mentioned i had to goggle it, when i put my first PR up, people asked what it is and googled it, after that another person came up with the information (unofficially) that the name is ambiguous and seemingly frowned upon as well. All in all, while the term might be known in regions/circles as "Jaws of life", it's a U.S. term, brand and trademark and multiple people not knowing about it shows that the term has issues. I see that the term is becoming a proprietary eponym, but the topic seems to niche to be common knowledge. Further more, i continue to see an issue with the name within our game setting considering we are using a brand name (or tool branded by a company) 400 years later. I don't think cross-codebase standards are a good enough reason to ignore this either. Edit: Grammar, fix link |
Thank you for the research and evidences presented, after reviewing the other wikipedia article and the talk page with the info you presented, I concede the debate |
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?
/obj/item/crowbar/hydraulic_rescue_tool
to tools.dm/obj/item/crowbar/robotic/jawsoflife
)