Add steam compressor for producing pressurized steam#31
Conversation
There was a problem hiding this comment.
💡 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".
| BarrelDrainer(98, BarrelDrainer.class), | ||
| ArcWelder(99, ArcWelder.class), | ||
| Coker(214, Coker.class), | ||
| SteamCompressor(216, SteamCompressor.class), |
There was a problem hiding this comment.
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 👍 / 👎.
There was a problem hiding this comment.
Summary
- Imported the new
SteamCompressorstructure into the game UI. core/src/de/dakror/quarry/scenes/GameUi.javaL150-L175 - Added Steam Compressor to the water tab build menu so players can place it in-game. core/src/de/dakror/quarry/scenes/GameUi.javaL995-L1002
Testing
- Not run (not requested).
There was a problem hiding this comment.
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".
Summary
Testing
Codex Task