forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix organs having no DNA and become bloody when violently removed (tg…
…station#78519) ## About The Pull Request Fixes tgstation#75585 Organs now spawn with DNA that can be scanned by a forensic scanner. Robotic organs have no DNA and organic organs with no prior owner spawn with synthetic DNA. If the syntenic DNA organ is inserted into someone, the organ inherits the owners DNA. This override can only happen once and only if the organ has never been used. Any organ removed is covered in blood, unless it's surgically removed. I had to give the `NO_BLOOD_ON_ITEM` to hearts since the icon was glitching out with blood decals on it. It also appears that moth wings (and maybe normal ones?) do not inherit blood decals naturally despite being covered in blood. No idea why, but that's out of scope for this PR. ## Why It's Good For The Game Forensics scanning is now more robust. ## Changelog :cl: fix: Fix organs having no DNA and become bloody when violently removed. /:cl: --------- Co-authored-by: Jacquerel <[email protected]>
- Loading branch information
1 parent
0070b8d
commit d4d5e82
Showing
4 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters