Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Half fixes organ blood dna not updating (#1082)
* Half fixes organ blood dna not updating (#81584) ## About The Pull Request Organs have this mechanic where they store the first mob who owned it's DNA Anyways it was broken from the organ nullspace refactor because they intended a block of code that shouldn't have been indented But this only *half* fixes the issue, you see a problem here? ![image](https://github.com/tgstation/tgstation/assets/51863163/886dd926-3242-4305-825b-a715d6848281) Yeah there's an order of operation thing going on here because you get your organs before you get your species bloodtype This only affects species with weird blood types (like lizards) I'm not fixing it in this PR because it was certainly broken before and needs a bit more unwinding somewhere ## Changelog :cl: Melbert fix: Organs have the blood DNA of their owns on them again /:cl: * Half fixes organ blood dna not updating --------- Co-authored-by: MrMelbert <[email protected]>
- Loading branch information