Plumbing machine tile fix - #5406
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis update adds powered connector sprite visibility handling, makes subfloor anchoring under cover configurable, updates plumbing dispenser prototypes, and removes rotation fields from related map entities. ChangesPlumbing and subfloor updates
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 8✅ Passed checks (8 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Sleeper PR to remove spall, sea of red real |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@Resources/Maps/_Starlight/MedTak/MedTakPointAlpha.yml`:
- Around line 9-12: Update the maps configuration in the MedTakPointAlpha YAML
so maps is explicitly an empty sequence using the established [] syntax, while
preserving grids and the cleaned-up orphans metadata.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: d0265386-c224-4653-a25f-337e46771f54
📒 Files selected for processing (2)
Resources/Maps/_Starlight/MedTak/MedTakPointAlpha.ymlResources/Maps/_Starlight/Stations/SpaceMall.yml
21e423a to
2d396b6
Compare
redmushie
left a comment
There was a problem hiding this comment.
Why do we need AllowAnchoringUnderCover? It just seems redundant here like you're fixing the same bug twice in one PR
Thats actually fixing a seperate thing, maybe I the naming is poor but its talking about the pipes not the actual fridge, otherwise you get the "You cant unanchor this here!" like you would for a vent with a tile for example. Other fix for that would be to remove the dual layer for the smart fridge and revert it to original behaviour, which really isnt the end of the world as you cant even really see the pipes with it |
419fc06
## Short description - Fixes issue with the plumbing smart dispenser being anchored under a tile - Fixes issue with plumbing machine power states - Adds a new opt-in boolean to allow machines that would otherwise be prevented from unanchoring on a tile, to be unanchored. - Updates the plumbing smart dispenser icon in the RPLD - Stops the Plumbing smart dispenser from being able to rotate, causing some visual fuckery. ## Why we need to add this bugfix :) ## Checks <!-- check boxes for faster reviewing of your PR --> - [X] I do not require assistance to complete the PR. - [X] Before posting/requesting review of a PR, I have verified that the changes work. - [X] I have added screenshots/videos of the changes, or this PR does not change in-game mechanics. - [X] I affirm that my changes are licensed under the [MIT License](https://github.com/ss14Starlight/space-station-14/blob/Starlight/LICENSE.TXT) and grant permission for use in this repository under its conditions. **Changelog** <!-- If you want the players to know about changes made in this PR, specify them using the template outside the comment. Short and informative. --> :cl: Mack - fix: The Plumbing Smart Dispenser will no longer be in the floor. - fix: The icon for the Plumbing Smart Dispenser will now appear correctly on the RPLD.
Short description
Why we need to add this
bugfix :)
Checks
Changelog
🆑 Mack