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

Unify TEG valve names #18603

Closed
wants to merge 2 commits into from
Closed

Unify TEG valve names #18603

wants to merge 2 commits into from

Conversation

Knipje
Copy link
Contributor

@Knipje Knipje commented Apr 24, 2024

[STATION SYSTEMS] [QoL]

About the PR

Changes names for manual valves in the engine rooms of kondaru, cog1, cog2, and atlas to be the same across all of them and label what the valves actually do (e.g. inlet and outlet valves named explicitly).

Why's this needed?

Accessibility through having valves describe what they are for allowing new players to learn how to set up an engine and have said skill be more easily transferable to other TEG layouts.

Changelog

(u)Knipje
(+)Centcom engineers have standardized TEG valve names.

@boring-cyborg boring-cyborg bot added the A-Mapping A mapping change label Apr 24, 2024
@github-actions github-actions bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 24, 2024
@keywordlabeler keywordlabeler bot added A-Station-Systems Deals with station systems, e.g. networks, power, shields, belt hell C-QoL A quality of life improvement that makes the game easier to play labels Apr 24, 2024
Copy link
Contributor

@TobleroneSwordfish TobleroneSwordfish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good PR, but one thing I've just realised and am going to curse you with the knowledge of is that "auxiliary" is spelled wrong on every single one of these valves.

maps/atlas.dmm Outdated
@@ -15289,7 +15289,7 @@
"aYV" = (
/obj/machinery/atmospherics/binary/valve{
dir = 4;
name = "hot loop purge valve"
name = "hot loop pressure release valve"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think purge valve is a better name because it's more obvious that this is the "dump all of your gas into space" valve, also it's what most people call it currently.

@@ -57703,6 +57714,13 @@
},
/turf/simulated/floor/blue,
/area/station/science/lab)
"eNY" = (
/obj/machinery/atmospherics/binary/valve{
desc = "hot radiator outlet valve";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "hot radiator outlet valve";

@@ -163,7 +163,7 @@
},
/obj/machinery/atmospherics/binary/valve{
dir = 4;
name = "cold loop auxillary west"
name = "cold loop auxillary"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should end in "valve"

@@ -186,7 +186,7 @@
"iO" = (
/obj/machinery/atmospherics/binary/valve{
dir = 4;
name = "hot loop auxillary west"
name = "hot loop auxillary"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^

/obj/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/binary/valve{
desc = "cold reserve tank valve";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "cold reserve tank valve";

/obj/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/binary/valve{
desc = "hot radiator outlet valve";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "hot radiator outlet valve";

@@ -31308,7 +31308,10 @@
name = "News Office Bathroom"
})
"dcI" = (
/obj/machinery/atmospherics/binary/valve,
/obj/machinery/atmospherics/binary/valve{
desc = "hot radiator inlet valve";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "hot radiator inlet valve";

@@ -68297,6 +68316,13 @@
},
/turf/simulated/floor/caution/south,
/area/station/engine/hotloop)
"pSs" = (
/obj/machinery/atmospherics/binary/valve{
desc = "hot radiator inlet valve";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
desc = "hot radiator inlet valve";

@Knipje
Copy link
Contributor Author

Knipje commented Apr 25, 2024

incorporated the feedback, what do you mean with the removal of the radiator valves btw? Cause I think it's nice to have as well to mark their in and outputs more clearly

@TobleroneSwordfish
Copy link
Contributor

Oh, no it's just that you've varedited their descriptions as well as their names

@github-actions github-actions bot added the S-Merge-Conflict Applied and removed when a PR has or no longer has a merge conflict label May 1, 2024
Copy link
Contributor

This PR has been inactive for two weeks, and has been automatically marked as stale. This means it is at risk of being auto closed in another week. Please address any outstanding review items and ensure your PR is finished. If you are auto-staled anyway, ask developers if your PR will be merged. Once you have done any of the previous actions then you should request a developer remove the stale label on your PR, to reset the stale timer. If you feel no developer will respond in that time, you may wish to close this PR youself, while you seek developer comment, as you will then be able to reopen the PR yourself.

@github-actions github-actions bot added the S-Stale An inactive PR that has had no updates in the past two weeks label May 16, 2024
@github-actions github-actions bot closed this May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Mapping A mapping change A-Station-Systems Deals with station systems, e.g. networks, power, shields, belt hell C-QoL A quality of life improvement that makes the game easier to play S-Merge-Conflict Applied and removed when a PR has or no longer has a merge conflict S-Stale An inactive PR that has had no updates in the past two weeks size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants