]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove diseases (#15684)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 7 May 2023 07:50:37 +0000 (17:50 +1000)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 07:50:37 +0000 (17:50 +1000)
commit0e81cb4319e9e100da165611e3226d6b17d3cb58
tree1c07ba02d4616a841fd04c3638ba995982875585
parent29f7a397804597f6c68f357a124d201dbe5b613c
Remove diseases (#15684)
111 files changed:
Content.Client/Atmos/Miasma/FliesComponent.cs [deleted file]
Content.Client/Atmos/Miasma/FliesSystem.cs [deleted file]
Content.Client/Disease/DiseaseMachineSystem.cs [deleted file]
Content.Client/Disease/DiseaseMachineVisualsComponent.cs [deleted file]
Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs
Content.Client/Medical/DiseaseSystem.cs [new file with mode: 0644]
Content.IntegrationTests/Tests/Disease/TryAddDisease.cs [deleted file]
Content.IntegrationTests/Tests/DiseaseTest.cs [deleted file]
Content.Server/Administration/Commands/RejuvenateCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs
Content.Server/Atmos/Miasma/FliesComponent.cs [deleted file]
Content.Server/Atmos/Miasma/RottingSystem.cs
Content.Server/Chemistry/ReagentEffects/ChemCauseDisease.cs [deleted file]
Content.Server/Chemistry/ReagentEffects/ChemCauseRandomDisease.cs [deleted file]
Content.Server/Chemistry/ReagentEffects/ChemCureDisease.cs [deleted file]
Content.Server/Chemistry/ReagentEffects/ChemMiasmaPoolSource.cs [deleted file]
Content.Server/Clothing/MaskSystem.cs
Content.Server/Disease/Components/DiseaseCarrierComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseDiagnoserComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseMachineComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseMachineRunningComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseProtectionComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseSwabComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseVaccineComponent.cs [deleted file]
Content.Server/Disease/Components/DiseaseVaccineCreatorComponent.cs [deleted file]
Content.Server/Disease/Cures/DiseaseBedrestCure.cs [deleted file]
Content.Server/Disease/Cures/DiseaseBodyTemperatureCure.cs [deleted file]
Content.Server/Disease/Cures/DiseaseJustWaitCure.cs [deleted file]
Content.Server/Disease/Cures/DiseaseReagentCure.cs [deleted file]
Content.Server/Disease/DiseaseDiagnosisSystem.cs [deleted file]
Content.Server/Disease/DiseaseSystem.cs [deleted file]
Content.Server/Disease/Effects/DiseaseAddComponent.cs [deleted file]
Content.Server/Disease/Effects/DiseaseAdjustReagent.cs [deleted file]
Content.Server/Disease/Effects/DiseaseGenericStatusEffect.cs [deleted file]
Content.Server/Disease/Effects/DiseaseHealthChange.cs [deleted file]
Content.Server/Disease/Effects/DiseaseHonk.cs [deleted file]
Content.Server/Disease/Effects/DiseasePolymorph.cs [deleted file]
Content.Server/Disease/Effects/DiseasePopUp.cs [deleted file]
Content.Server/Disease/Effects/DiseaseSnough.cs [deleted file]
Content.Server/Disease/Effects/DiseaseVomit.cs [deleted file]
Content.Server/Disease/Server/DiseaseServerComponent.cs [deleted file]
Content.Server/GameTicking/Rules/Components/ZombieRuleComponent.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Medical/Components/HealthAnalyzerComponent.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.Abilities.cs
Content.Server/StationEvents/Components/DiseaseOutbreakRuleComponent.cs [deleted file]
Content.Server/StationEvents/Events/DiseaseOutbreakRule.cs [deleted file]
Content.Server/Traits/Assorted/UncontrollableSnoughComponent.cs [deleted file]
Content.Server/Traits/Assorted/UncontrollableSnoughSystem.cs [deleted file]
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Components/DiseaseArtifactComponent.cs [deleted file]
Content.Server/Xenoarchaeology/XenoArtifacts/Effects/Systems/DiseaseArtifactSystem.cs [deleted file]
Content.Server/Zombies/PendingZombieComponent.cs [new file with mode: 0644]
Content.Server/Zombies/ZombieSystem.cs
Content.Server/Zombies/ZombifyOnDeathSystem.cs
Content.Shared/Atmos/Miasma/SharedFliesComponent.cs [deleted file]
Content.Shared/Disease/DiseaseCure.cs [deleted file]
Content.Shared/Disease/DiseaseEffect.cs [deleted file]
Content.Shared/Disease/DiseaseMachineVisuals.cs [deleted file]
Content.Shared/Disease/DiseasePrototype.cs [deleted file]
Content.Shared/Disease/DiseasedComponent.cs [deleted file]
Content.Shared/Disease/Events/AttemptSneezeCoughEvent.cs [deleted file]
Content.Shared/Disease/Events/VaccineDoAfterEvent.cs [deleted file]
Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs
Content.Shared/Revenant/Components/RevenantComponent.cs
Content.Shared/Swab/SwabEvents.cs
Resources/Locale/en-US/disease/diagnoser.ftl [deleted file]
Resources/Locale/en-US/disease/disease-proto.ftl [deleted file]
Resources/Locale/en-US/disease/disease.ftl
Resources/Locale/en-US/disease/miasma.ftl [deleted file]
Resources/Locale/en-US/disease/scanner.ftl [deleted file]
Resources/Locale/en-US/disease/swab.ftl [deleted file]
Resources/Locale/en-US/disease/vaccine.ftl [deleted file]
Resources/Locale/en-US/job/job-description.ftl
Resources/Locale/en-US/station-events/events/disease-outbreak.ftl [deleted file]
Resources/Locale/en-US/traits/traits.ftl
Resources/Prototypes/Actions/revenant.yml
Resources/Prototypes/Catalog/revenant_catalog.yml
Resources/Prototypes/Diseases/honk.yml [deleted file]
Resources/Prototypes/Diseases/infectious.yml [deleted file]
Resources/Prototypes/Diseases/noninfectious.yml [deleted file]
Resources/Prototypes/Diseases/zombie.yml [deleted file]
Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml
Resources/Prototypes/Entities/Clothing/Hands/gloves.yml
Resources/Prototypes/Entities/Clothing/Head/base_clothinghead.yml
Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml
Resources/Prototypes/Entities/Clothing/Head/helmets.yml
Resources/Prototypes/Entities/Clothing/Head/hoods.yml
Resources/Prototypes/Entities/Clothing/Masks/masks.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/bio.yml
Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml
Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Mobs/NPCs/regalrat.yml
Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Resources/Prototypes/Entities/Mobs/Species/base.yml
Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Resources/Prototypes/Entities/Mobs/Species/slime.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml
Resources/Prototypes/Entities/Objects/Specific/Medical/healthanalyzer.yml
Resources/Prototypes/Entities/Structures/Machines/Medical/disease_diagnoser.yml
Resources/Prototypes/Entities/Structures/Machines/Medical/vaccinator.yml
Resources/Prototypes/Entities/Structures/Machines/research.yml
Resources/Prototypes/GameRules/events.yml
Resources/Prototypes/Reagents/gases.yml
Resources/Prototypes/Reagents/medicine.yml
Resources/Prototypes/Reagents/toxins.yml
Resources/Prototypes/Traits/inconveniences.yml
Resources/Prototypes/XenoArch/Effects/normal_effects.yml