]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Rip out remaining machine upgrades (#24413)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 22 Jan 2024 22:13:04 +0000 (17:13 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 22:13:04 +0000 (09:13 +1100)
commita9e89ab37221c4f5eff5a9e1d42e97c6f3e0753b
treed05badb4eccf80ae4f307e62dc3d467f5b1815b0
parent7daf7ac0be04e7c739670d5512f0384f7166e237
Rip out remaining machine upgrades (#24413)

* Rip out remaining machine upgrades

* eek
79 files changed:
Content.Server/Anomaly/AnomalySystem.Vessel.cs
Content.Server/Atmos/Piping/Binary/Components/GasRecyclerComponent.cs
Content.Server/Atmos/Piping/Binary/EntitySystems/GasRecyclerSystem.cs
Content.Server/Atmos/Portable/PortableScrubberComponent.cs
Content.Server/Atmos/Portable/PortableScrubberSystem.cs
Content.Server/Bed/BedSystem.cs
Content.Server/Bed/Components/StasisBedComponent.cs
Content.Server/Botany/Components/SeedExtractorComponent.cs
Content.Server/Botany/Systems/SeedExtractorSystem.cs
Content.Server/Cargo/Systems/CargoSystem.Telepad.cs
Content.Server/Chemistry/Components/SolutionHeaterComponent.cs
Content.Server/Chemistry/EntitySystems/SolutionHeaterSystem.cs
Content.Server/Cloning/CloningSystem.cs
Content.Server/Construction/ConstructionSystem.Machine.cs
Content.Server/Construction/PartExchangerSystem.cs
Content.Server/Gravity/GravityGeneratorComponent.cs
Content.Server/Gravity/GravityGeneratorSystem.cs
Content.Server/Kitchen/Components/MicrowaveComponent.cs
Content.Server/Kitchen/Components/ReagentGrinderComponent.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Kitchen/EntitySystems/ReagentGrinderSystem.cs
Content.Server/Materials/MaterialReclaimerSystem.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerComponent.cs
Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs
Content.Server/Medical/Components/MedicalScannerComponent.cs
Content.Server/Medical/MedicalScannerSystem.cs
Content.Server/Nutrition/Components/FatExtractorComponent.cs
Content.Server/Nutrition/EntitySystems/FatExtractorSystem.cs
Content.Server/Power/Components/UpgradeBatteryComponent.cs [deleted file]
Content.Server/Power/Components/UpgradePowerDrawComponent.cs [deleted file]
Content.Server/Power/Components/UpgradePowerSupplierComponent.cs [deleted file]
Content.Server/Power/Components/UpgradePowerSupplyRampingComponent.cs [deleted file]
Content.Server/Power/EntitySystems/UpgradeBatterySystem.cs [deleted file]
Content.Server/Power/EntitySystems/UpgradePowerSystem.cs [deleted file]
Content.Server/Power/Generator/GeneratorSystem.cs
Content.Server/Shuttles/Components/ThrusterComponent.cs
Content.Server/Shuttles/Systems/ThrusterSystem.cs
Content.Server/Singularity/EntitySystems/EmitterSystem.cs
Content.Server/Xenoarchaeology/Equipment/Components/TraversalDistorterComponent.cs
Content.Server/Xenoarchaeology/Equipment/Systems/TraversalDistorterSystem.cs
Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactSystem.cs
Content.Shared/Cargo/Components/SharedCargoTelepadComponent.cs
Content.Shared/Cloning/CloningPodComponent.cs
Content.Shared/Construction/MachinePartSystem.cs
Content.Shared/Materials/MaterialReclaimerComponent.cs
Content.Shared/Singularity/Components/SharedEmitterComponent.cs
Resources/Locale/en-US/anomaly/anomaly.ftl
Resources/Locale/en-US/atmos/gas-recycler-system.ftl
Resources/Locale/en-US/atmos/portable-scrubber.ftl
Resources/Locale/en-US/botany/components/seed-extractor-component.ftl
Resources/Locale/en-US/cargo/cargo-console-component.ftl
Resources/Locale/en-US/chemistry/components/solution-heater-component.ftl [deleted file]
Resources/Locale/en-US/construction/components/machine-part-component.ftl [deleted file]
Resources/Locale/en-US/kitchen/components/microwave-component.ftl
Resources/Locale/en-US/kitchen/components/reagent-grinder-component.ftl
Resources/Locale/en-US/machine/machine.ftl
Resources/Locale/en-US/materials/materials.ftl
Resources/Locale/en-US/medical/components/biomass-reclaimer-component.ftl
Resources/Locale/en-US/medical/components/cloning-pod-component.ftl
Resources/Locale/en-US/medical/components/medical-scanner-component.ftl
Resources/Locale/en-US/medical/components/stasis-bed-component.ftl [deleted file]
Resources/Locale/en-US/nutrition/components/fat-extractor.ftl
Resources/Locale/en-US/shuttles/thruster.ftl
Resources/Locale/en-US/singularity/components/emitter-component.ftl
Resources/Locale/en-US/xenoarchaeology/traversal-distorter.ftl
Resources/Maps/Test/test_teg.yml
Resources/Prototypes/Entities/Objects/Misc/machine_parts.yml
Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml
Resources/Prototypes/Entities/Structures/Dispensers/chem.yml
Resources/Prototypes/Entities/Structures/Machines/anomaly_equipment.yml
Resources/Prototypes/Entities/Structures/Machines/anomaly_sync.yml
Resources/Prototypes/Entities/Structures/Machines/artifact_analyzer.yml
Resources/Prototypes/Entities/Structures/Machines/seed_extractor.yml
Resources/Prototypes/Entities/Structures/Power/Generation/portable_generator.yml
Resources/Prototypes/Entities/Structures/Power/smes.yml
Resources/Prototypes/Entities/Structures/Power/substation.yml
Resources/Prototypes/Entities/Structures/Shuttles/thrusters.yml
Resources/Prototypes/Guidebook/science.yml
Resources/ServerInfo/Guidebook/Science/MachineUpgrading.xml [deleted file]