]> git.smokeofanarchy.ru Git - space-station-14.git/commit
DNA basics (#14724)
authorfaint <46868845+ficcialfaint@users.noreply.github.com>
Fri, 31 Mar 2023 04:49:25 +0000 (07:49 +0300)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2023 04:49:25 +0000 (22:49 -0600)
commit8b6996cbae91f167c2b5fb95fae4544bba474cd1
tree9c72a70d7fde2e12eaa5514bccc30a0b8fe08a87
parentdfcb7b3c97c400816af6a857393529a8084a0cf9
DNA basics (#14724)

* DNA component

* Commit numba 2

* Added DNA into Station Records Computer

* commit numba 3

* commit numba 4

* Vomit also contain DNA component now

* fixed DNA field not clearing after scanning another item

* commit numba 10
Drinking leaves DNA on an object. Breaking glasses, bottles and beakers leave DNA and leave fingerprints/fibers with 40% chance on glass shards. + lotta fixes

* 11

* 12

* 14

* Added DNA guide entry

* FIX
25 files changed:
Content.Client/Forensics/ForensicScannerMenu.xaml.cs
Content.Client/StationRecords/GeneralStationRecordConsoleWindow.xaml.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Destructible/Thresholds/Behaviors/SpawnEntitiesBehavior.cs
Content.Server/Forensics/Components/DnaComponent.cs [new file with mode: 0644]
Content.Server/Forensics/Components/ForensicScannerComponent.cs
Content.Server/Forensics/Components/ForensicsComponent.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/Forensics/Systems/ForensicsSystem.cs
Content.Server/Medical/VomitSystem.cs
Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
Content.Server/StationRecords/Systems/StationRecordsSystem.cs
Content.Shared/Forensics/ForensicScannerEvent.cs
Content.Shared/StationRecords/GeneralStationRecord.cs
Resources/Locale/en-US/forensics/forensics.ftl
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Locale/en-US/station-records/general-station-records.ftl
Resources/Prototypes/Entities/Mobs/Species/base.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml
Resources/Prototypes/Entities/Objects/Consumable/Drinks/trash_drinks.yml
Resources/Prototypes/Entities/Objects/Specific/chemistry.yml
Resources/Prototypes/Guidebook/security.yml [new file with mode: 0644]
Resources/Prototypes/Guidebook/shiftandcrew.yml
Resources/Server Info/Guidebook/Security/DNA.xml [new file with mode: 0644]
Resources/Server Info/Guidebook/Security/Security.xml [new file with mode: 0644]