Fix various steam miner issues #2729
Open
+24
−21
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.
What
Fixes #2726
If the exhaust vent of a steam miner is blocked upon placement, it will not call
super.checkCanMine()
which initializes the coordinates. Instead, we can just call super first and then make sure the miner is able to vent properly.Changed UI of HP steam miner to be steel textures
Add new text in UI for no steam and blocked venting
Add venting damage to steam miners.
Steam Miner now updates its logic on neighbor change, to help resume working once the vent obstruction is removed
Implementation Details
Constructor changed to have
isHighPressure
passed