Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lobotomizes the brain from /mob/living/carbon #23320

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

lewcc
Copy link
Contributor

@lewcc lewcc commented Nov 21, 2023

What Does This PR Do

Repaths brains under /mob/living/brain, instead of /mob/living/carbon/brain. This came up yesterday and I think it's a sensible move that's surprisingly clean and easy to do.
The only real change that I needed to make beyond repathing was to remove a useless override that kept them from needing to breathe.

Why It's Good For The Game

Brains being under carbon seems like more of a leftover than anything, and this should keep it from causing any problems down the line. This is also a clean cut, so I don't expect it to cause any player-facing changes

Testing

Compiled, loaded in, put a brain in an MMI, nothing seemed to change.
Again, since there is nothing in brain code that directly relies on carbon code (beyond possibly overrides), I expect little to change. This is probably worth a TM, however.

Changelog

NPFC

@ParadiseSS13-Bot ParadiseSS13-Bot added the -Status: Awaiting type assignment This PR is waiting for its type to be assigned internally label Nov 21, 2023
Copy link
Contributor

@Contrabang Contrabang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look Me Good To

@farie82 farie82 added the Code Improvement This PR will improve the code quality of the codebase label Nov 22, 2023
@ParadiseSS13-Bot ParadiseSS13-Bot added -Status: Awaiting merge This PR is ready for merge Testmerge Requested This PR has a pending testmerge request and removed -Status: Awaiting type assignment This PR is waiting for its type to be assigned internally labels Nov 22, 2023
@S34NW S34NW merged commit 5d5f83d into ParadiseSS13:master Nov 29, 2023
Oyu07 pushed a commit to Oyu07/Paradise that referenced this pull request Jan 2, 2024
* find and replace. this causes zero errors.

* there was one error

* repathing

* minor emote repathing as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-Status: Awaiting merge This PR is ready for merge Code Improvement This PR will improve the code quality of the codebase Testmerge Requested This PR has a pending testmerge request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants