Derelict Purrfus Chassis Fix - #5511
Conversation
|
Warning Review limit reached
Next review available in: 49 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe derelict Purrfus borg chassis now uses ChangesPurrfus borg chassis
Estimated code review effort: 1 (Trivial) | ~2 minutes 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 |
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/Prototypes/_Starlight/Entities/Mobs/Cyborgs/borg_chassis.yml`:
- Line 124: Update the sprite layer state names in the affected borg chassis
prototype to match the states provided by
_Starlight/Mobs/Silicon/Chassis/derelict.rsi: replace the existing borg,
borg_e_r, and borg_l references with the corresponding purrfus, purrfus_e_r, and
purrfus_l states, including the inherited PlayerPurrfusBorgDerelict path.
🪄 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: 235fbb41-55e7-4885-b894-2998d0db063e
📒 Files selected for processing (1)
Resources/Prototypes/_Starlight/Entities/Mobs/Cyborgs/borg_chassis.yml
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/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/meta.json`:
- Around line 9-29: Restore the derelict_icon state contract by adding a
derelict_icon entry to the states array with the correct metadata, or update the
related ghost-role marker to reference an existing declared state. Ensure the
marker’s state and the RSI metadata match so the sprite resolves successfully.
🪄 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: c7a98fed-489e-487c-ba51-afea3d7e0f40
⛔ Files ignored due to path filters (4)
Resources/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/borg.pngis excluded by!**/*.pngResources/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/borg_e.pngis excluded by!**/*.pngResources/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/borg_e_r.pngis excluded by!**/*.pngResources/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/borg_l.pngis excluded by!**/*.png
📒 Files selected for processing (1)
Resources/Textures/_Starlight/Mobs/Silicon/Chassis/derelict.rsi/meta.json
32a4030
## Short description Fixes Derelict Purrfus to use the correct sprite. ## Why we need to add this Someone broke this at some point, or changed it to be wrong on purpose since idk how you break this on accident tbh. ## Media (Video/Screenshots) N/A ## Checks - [X] I do not require assistance to complete the PR. - [ ] 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** :cl: Conflee - fix: Fixed Derelict Purrfus using the wrong sprite.
Short description
Fixes Derelict Purrfus to use the correct sprite.
Why we need to add this
Someone broke this at some point, or changed it to be wrong on purpose since idk how you break this on accident tbh.
Media (Video/Screenshots)
N/A
Checks
Changelog
🆑 Conflee