Skip to content

Add steam compressor for producing pressurized steam#31

Merged
wmioch merged 2 commits intomainfrom
codex/add-steam-compressor-building
Nov 21, 2025
Merged

Add steam compressor for producing pressurized steam#31
wmioch merged 2 commits intomainfrom
codex/add-steam-compressor-building

Conversation

@wmioch
Copy link
Owner

@wmioch wmioch commented Nov 21, 2025

Summary

  • add a SteamCompressor producer that converts steam into pressurized steam when supplied with power
  • register the new structure type so it can be built in game

Testing

  • not run (not requested)

Codex Task

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 175 to +179
BarrelDrainer(98, BarrelDrainer.class),
ArcWelder(99, ArcWelder.class),
Coker(214, Coker.class),
SteamCompressor(216, SteamCompressor.class),

Choose a reason for hiding this comment

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

P1 Badge Steam compressor unreachable from build menu

The SteamCompressor structure is registered here but never added to the build menu (GameUi’s buildMenuItem list around lines 946–1010 still lacks a SteamCompressor entry), so players have no way to place this new producer in-game; only pre-existing saves with the structure would load it.

Useful? React with 👍 / 👎.

Copy link
Owner Author

Choose a reason for hiding this comment

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

@codex good pick-up! Fix that issue please!

Choose a reason for hiding this comment

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

Summary

Testing

  • Not run (not requested).

View task →

Copy link
Owner Author

Choose a reason for hiding this comment

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

@codex review

Choose a reason for hiding this comment

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

Codex Review: Didn't find any major issues. Swish!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@wmioch wmioch merged commit 8e7a1d1 into main Nov 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant