Skip to content

Updating the Flavor Text for Surgery Table (OperatingTable) - #5509

Merged
redmushie merged 1 commit into
ss14Starlight:starlight-devfrom
Dennisz125:Surgery-Table-Flavor-text
Aug 4, 2026
Merged

Updating the Flavor Text for Surgery Table (OperatingTable)#5509
redmushie merged 1 commit into
ss14Starlight:starlight-devfrom
Dennisz125:Surgery-Table-Flavor-text

Conversation

@Dennisz125

Copy link
Copy Markdown
Contributor

Short description

Updating the Flavor Text from "Special medical table for surgery. This one just seems to be a useless prop, though." to "Special medical table for surgery.".

Why we need to add this

The base version was based on Wizden, which doesn't have a working surgery system; ours does, and in this context, the current flavor text makes no sense.

Media (Video/Screenshots)

Before:
image
After:
image

Checks

  • I do not require assistance to complete the PR.
  • Before posting/requesting review of a PR, I have verified that the changes work.
  • I have added screenshots/videos of the changes, or this PR does not change in-game mechanics.
  • I affirm that my changes are licensed under the MIT License and grant permission for use in this repository under its conditions.

Changelog

🆑 Hot Mic

  • tweak: Updated the Flavor Text from "Special medical table for surgery. This one just seems to be a useless prop, though." to "Special medical table for surgery.".

@Dennisz125
Dennisz125 requested a review from a team August 4, 2026 03:50
@github-actions github-actions Bot added S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. Changes: No C# Changes: Prototypes S: Needs Review Status: Requires additional reviews before being fully accepted. Not to be replaced by S: Approved. size/XS and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. labels Aug 4, 2026
@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: c8c53feb-43ab-4197-b25b-0f6830b57ab1

📥 Commits

Reviewing files that changed from the base of the PR and between ebd38a6 and 8c78e67.

📒 Files selected for processing (1)
  • Resources/Prototypes/Entities/Structures/Furniture/Tables/operating_table.yml

📝 Walkthrough

Walkthrough

The operating table description now identifies it as a special medical table for surgery. The previous useless-prop wording was removed.

Changes

Operating table metadata

Layer / File(s) Summary
Update operating table description
Resources/Prototypes/Entities/Structures/Furniture/Tables/operating_table.yml
The description now identifies the operating table as a special medical table for surgery.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: redmushie, rinary1

🚥 Pre-merge checks | ✅ 8
✅ Passed checks (8 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the operating table flavor-text update.
Description check ✅ Passed The description clearly explains the flavor-text change and its relation to the working surgery system.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
No Magic Numbers ✅ Passed The PR changes only a YAML prototype description; no system code changed, and YAML prototypes are explicitly excluded. The developers made a focused, clear update.
No Hardcoded Ecs Parameters ✅ Passed PASS. The commit changes only the OperatingTable YAML description; it adds no systems, ECS parameters, or hardcoded behavior values. The focused change is appropriate.
Avoid Service Locator ✅ Passed The PR changes only one YAML description line; no service-locator API or indirect dependency resolution was added. This focused change is well scoped.

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@redmushie redmushie self-assigned this Aug 4, 2026
@starlightgithub starlightgithub Bot added S: Approved Status: Reviewed and approved by at least one maintainer or dev; a PR may require another approval. and removed S: Needs Review Status: Requires additional reviews before being fully accepted. Not to be replaced by S: Approved. labels Aug 4, 2026
@redmushie
redmushie added this pull request to the merge queue Aug 4, 2026
Merged via the queue into ss14Starlight:starlight-dev with commit e6c9d6c Aug 4, 2026
26 of 27 checks passed
starlightgithub Bot added a commit that referenced this pull request Aug 4, 2026
Limerent-Sun pushed a commit to Blimpuf-Station/BlimpufStation that referenced this pull request Aug 7, 2026
…light#5509)

## Short description
<!-- What do you propose to change with your PR? -->
Updating the Flavor Text from "Special medical table for surgery. This
one just seems to be a useless prop, though." to "Special medical table
for surgery.".

## Why we need to add this
<!-- What is the reason for adding these changes? Please post links to
Discussions as well as Bug Reports here. Please describe how this will
change the game balance. -->
The base version was based on Wizden, which doesn't have a working
surgery system; ours does, and in this context, the current flavor text
makes no sense.

## Media (Video/Screenshots)
<!--
If your PR contains in-game changes you must provide screenshots/videos
of the changes.
-->
Before:
<img width="642" height="233" alt="image"
src="https://github.com/user-attachments/assets/2e866de4-28bf-4859-9467-2bc1bb069ad0"
/>
After:
<img width="563" height="238" alt="image"
src="https://github.com/user-attachments/assets/99d5b1aa-7c77-4c29-8ddc-1993d6eaa5fb"
/>

## 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: STARLIGHT TEAM
- add: Added Starlight.
- remove: Removed SS13.
- tweak: Changed SS14.
- fix: Fixed Rinary.
-->
:cl: Hot Mic
- tweak: Updated the Flavor Text from "Special medical table for
surgery. This one just seems to be a useless prop, though." to "Special
medical table for surgery.".
@Dennisz125
Dennisz125 deleted the Surgery-Table-Flavor-text branch August 12, 2026 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes: No C# Changes: Prototypes S: Approved Status: Reviewed and approved by at least one maintainer or dev; a PR may require another approval. size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants