]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Revert "Merge branch 'master' into stable"
authorVasilis The Pikachu <vasilis@pikachu.systems>
Sun, 12 Oct 2025 22:27:04 +0000 (00:27 +0200)
committerVasilis The Pikachu <vasilis@pikachu.systems>
Sun, 12 Oct 2025 22:27:04 +0000 (00:27 +0200)
commitbe78d230689147a84ca1366fea783bc45b739ac6
tree4c639cf442047ae7cf59d49ede763c018f37a065
parent3a7c18c3949d8ba28adc9a90ec9dc207b89dd182
Revert "Merge branch 'master' into stable"

This reverts commit 3a7c18c3949d8ba28adc9a90ec9dc207b89dd182, reversing
changes made to e917c8e067e70fa369bf8f1f393a465dc51caee8.
600 files changed:
.github/CODEOWNERS
BuildChecker/git_helper.py
BuildChecker/hooks/post-checkout
BuildChecker/hooks/post-merge
Content.Client/Access/UI/IdCardConsoleWindow.xaml
Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs
Content.Client/Administration/UI/BanPanel/BanPanel.xaml.cs
Content.Client/Administration/UI/Logs/AdminLogsEui.cs
Content.Client/Crayon/CrayonComponent.cs [new file with mode: 0644]
Content.Client/Crayon/CrayonSystem.cs
Content.Client/Credits/CreditsWindow.xaml.cs
Content.Client/CriminalRecords/CriminalRecordsConsoleWindow.xaml
Content.Client/Damage/Systems/DamageOtherOnHitSystem.cs [deleted file]
Content.Client/Humanoid/HumanoidMarkingModifierWindow.xaml
Content.Client/Humanoid/HumanoidMarkingModifierWindow.xaml.cs
Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Content.Client/Medical/CrewMonitoring/CrewMonitoringNavMapControl.cs
Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml
Content.Client/Medical/CrewMonitoring/CrewMonitoringWindow.xaml.cs
Content.Client/NPC/NPCWindow.xaml
Content.Client/PAI/PAISystem.cs [new file with mode: 0644]
Content.Client/Physics/JointVisualsOverlay.cs
Content.Client/Pinpointer/UI/StationMapWindow.xaml
Content.Client/Silicons/Borgs/BorgSwitchableTypeSystem.cs
Content.Client/Silicons/Bots/HugBotSystem.cs [deleted file]
Content.Client/Temperature/Systems/TemperatureSystem.cs [deleted file]
Content.Client/UserInterface/StatValuesEui.cs
Content.Client/UserInterface/Systems/Bwoink/AHelpUIController.cs
Content.Client/UserInterface/Systems/Ghost/Controls/Roles/MakeGhostRoleWindow.xaml
Content.Client/UserInterface/Systems/Ghost/Controls/Roles/MakeGhostRoleWindow.xaml.cs
Content.Client/UserInterface/Systems/Storage/Controls/StorageWindow.cs
Content.IntegrationTests/Tests/MaterialArbitrageTest.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Atmos/EntitySystems/FlammableSystem.cs
Content.Server/Atmos/Rotting/RottingSystem.cs
Content.Server/Body/Components/MetabolizerComponent.cs
Content.Server/Body/Systems/MetabolizerSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Body/Systems/ThermalRegulatorSystem.cs
Content.Server/Botany/SeedPrototype.cs
Content.Server/Botany/Systems/BotanySystem.Produce.cs
Content.Server/Botany/Systems/MutationSystem.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Server/Chat/Systems/AutoEmoteSystem.cs
Content.Server/Chemistry/Commands/DumpReagentGuideText.cs
Content.Server/Clothing/Systems/OutfitSystem.cs
Content.Server/Cluwne/CluwneSystem.cs
Content.Server/Construction/ConstructionSystem.Interactions.cs
Content.Server/Crayon/CrayonComponent.cs [new file with mode: 0644]
Content.Server/Crayon/CrayonSystem.cs
Content.Server/Damage/Components/DamageOtherOnHitComponent.cs [new file with mode: 0644]
Content.Server/Damage/Systems/DamageOtherOnHitSystem.cs
Content.Server/EntityConditions/Conditions/BreathingEntityConditionSystem.cs [deleted file]
Content.Server/EntityConditions/Conditions/MetabolizerTypesEntityConditionSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Atmos/CreateGasEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Atmos/FlammableEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Atmos/IgniteEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Body/OxygenateEntityEffectsSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustHealthEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustMutationLevelEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustMutationModEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustNutritionEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustPestsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustPotencyEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustToxinsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustWaterEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustWeedsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantAffectGrowthEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantChangeStatEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantCryoxadoneEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantDestroySeedsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantDiethylamineEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantPhalanximineEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/PlantRestoreSeedsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantAttributes/RobustHarvestEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantMutateChemicalsEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantMutateGasesEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantMutateHarvestEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Botany/PlantMutateSpeciesChangeEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/EmoteEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/MakeSentientEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/PolymorphEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Solution/AreaReactionEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/Effects/Transform/ExplosionEntityEffectSystem.cs [deleted file]
Content.Server/EntityEffects/EntityEffectSystem.cs [new file with mode: 0644]
Content.Server/Fluids/EntitySystems/SmokeSystem.cs
Content.Server/GuideGenerator/ChemistryJsonGenerator.cs
Content.Server/GuideGenerator/ReagentEntry.cs
Content.Server/Holopad/HolopadSystem.cs
Content.Server/Kitchen/EntitySystems/MicrowaveSystem.cs
Content.Server/Medical/CryoPodSystem.cs
Content.Server/Medical/HealthAnalyzerSystem.cs
Content.Server/NPC/HTN/Preconditions/IsEmaggedPrecondition.cs [deleted file]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Combat/Melee/MeleeAttackOperator.cs [deleted file]
Content.Server/NPC/HTN/PrimitiveTasks/Operators/SpeakOperator.cs
Content.Server/NPC/HTN/PrimitiveTasks/Operators/Specific/RaiseEventForOwnerOperator.cs [deleted file]
Content.Server/NPC/Queries/Queries/ComponentFilter.cs
Content.Server/NPC/Systems/NPCUtilitySystem.cs
Content.Server/Objectives/Components/SpiderChargeConditionComponent.cs
Content.Server/Objectives/Systems/NinjaConditionsSystem.cs
Content.Server/PAI/PAISystem.cs
Content.Server/Power/EntitySystems/BatterySystem.cs
Content.Server/PowerSink/PowerSinkSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.cs
Content.Server/Silicons/Bots/HugBotSystem.cs [deleted file]
Content.Server/Silicons/Bots/RecentlyHuggedByHugBotComponent.cs [deleted file]
Content.Server/Singularity/EntitySystems/SingularityGeneratorSystem.cs
Content.Server/Store/Systems/StoreSystem.cs
Content.Server/Stunnable/Systems/StunOnCollideSystem.cs
Content.Server/Temperature/Components/TemperatureComponent.cs [moved from Content.Shared/Temperature/Components/TemperatureComponent.cs with 98% similarity]
Content.Server/Temperature/Systems/TemperatureSystem.cs
Content.Server/Tiles/TileEntityEffectComponent.cs
Content.Server/Tiles/TileEntityEffectSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.Battery.cs
Content.Server/Xenoarchaeology/Equipment/Systems/ArtifactCrusherSystem.cs
Content.Server/Zombies/IncurableZombieComponent.cs [moved from Content.Shared/Zombies/IncurableZombieComponent.cs with 77% similarity]
Content.Server/Zombies/ZombieSystem.Transform.cs
Content.Shared.Database/LogType.cs
Content.Shared/Body/Components/LungComponent.cs
Content.Shared/Body/Systems/LungSystem.cs
Content.Shared/Body/Systems/SharedBloodstreamSystem.cs
Content.Shared/Chat/Prototypes/AutoEmotePrototype.cs
Content.Shared/Chemistry/EntitySystems/SharedSolutionContainerSystem.cs
Content.Shared/Chemistry/Reaction/ChemicalReactionSystem.cs
Content.Shared/Chemistry/Reaction/ReactionPrototype.cs
Content.Shared/Chemistry/Reaction/ReactiveComponent.cs
Content.Shared/Chemistry/ReactiveSystem.cs
Content.Shared/Chemistry/Reagent/ReagentPrototype.cs
Content.Shared/Clothing/EntitySystems/MaskSystem.cs
Content.Shared/Cluwne/CluwneComponent.cs
Content.Shared/Crayon/CrayonComponent.cs [deleted file]
Content.Shared/Crayon/SharedCrayonComponent.cs [new file with mode: 0644]
Content.Shared/Damage/Components/DamageExaminableComponent.cs
Content.Shared/Damage/Components/DamageOtherOnHitComponent.cs [deleted file]
Content.Shared/Damage/Events/DamageExamineEvent.cs
Content.Shared/Damage/Systems/SharedDamageOtherOnHitSystem.cs [deleted file]
Content.Shared/Destructible/SharedDestructibleSystem.cs
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs
Content.Shared/EntityConditions/Conditions/Body/BreathingEntityCondition.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Body/HungerEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Body/InternalsEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Body/MetabolizerTypeEntityCondition.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Body/MobStateEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/JobEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/ReagentEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Tags/HasAllTagsEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Tags/HasAnyTagEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/Tags/HasTagEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/TemperatureEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/TemplateEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/Conditions/TotalDamageEntityConditionSystem.cs [deleted file]
Content.Shared/EntityConditions/SharedEntityConditionsSystem.cs [deleted file]
Content.Shared/EntityEffects/EffectConditions/BodyTemperature.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/BreathingCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/HasTagCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/InternalsCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/JobCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/MobStateCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/OrganType.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/ReagentThreshold.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/SolutionTemperature.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/TotalDamage.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EffectConditions/TotalHunger.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/AddToSolutionReaction.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/AdjustAlert.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/AdjustAlertEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/AdjustReagent.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/AdjustTemperature.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/AdjustTemperatureEntityEffectsSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/AreaReactionEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ArtifactDurabilityRestore.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ArtifactEntityEffectsSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/ArtifactUnlock.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Atmos/CreateGasEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Atmos/ExtinguishEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Atmos/FlammableEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Atmos/IgniteEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/CleanBloodstreamEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/EyeDamageEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/ModifyBleedEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/ModifyBloodLevelEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/ModifyLungGasEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/OxygenateEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/ReduceRottingEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/SatiateEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Body/VomitEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/BasePlantAdjustAttributeEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustHealth.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustMutationLevel.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustMutationMod.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustNutrition.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustPotency.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustWater.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAffectGrowth.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantChangeStat.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantCryoxadone.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantDestroySeeds.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantDiethylamine.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantPhalanximine.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantRestoreSeeds.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/RobustHarvest.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantMutateChemicalsEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantMutateGasesEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantMutateHarvestEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Botany/PlantMutateSpeciesChangeEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/CauseZombieInfection.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ChemCleanBloodstream.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ChemHealEyeDamage.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ChemVomit.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/CreateEntityReactionEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/CreateGas.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/CureZombieInfection.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Drunk.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Electrocute.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Emote.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/EmoteEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/EmpReactionEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/EntitySpawning/BaseSpawnEntityEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/EntitySpawning/SpawnEntityEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/EntitySpawning/SpawnEntityInContainerEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/EntitySpawning/SpawnEntityInContainerOrDropEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/EntitySpawning/SpawnEntityInInventoryEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/EvenHealthChange.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/EvenHealthChangeEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/ExplosionReactionEffect.cs [moved from Content.Shared/EntityEffects/Effects/Transform/ExplosionEntityEffect.cs with 69% similarity]
Content.Shared/EntityEffects/Effects/ExtinguishReaction.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/FlammableReaction.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/FlashReactionEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Glow.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/GlowEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/HealthChange.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/HealthChangeEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Ignite.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/MakeSentient.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/MakeSentientEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/ModifyBleedAmount.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ModifyBloodLevel.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ModifyLungGas.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/MovespeedModifier.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Oxygenate.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Paralyze.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustAttribute.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustHealth.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustMutationLevel.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustMutationMod.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustNutrition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustPests.cs [moved from Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustPests.cs with 53% similarity]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustPotency.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustToxins.cs [moved from Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustToxins.cs with 53% similarity]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustWater.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAdjustWeeds.cs [moved from Content.Shared/EntityEffects/Effects/Botany/PlantAttributes/PlantAdjustWeeds.cs with 53% similarity]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantAffectGrowth.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantChangeStat.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantCryoxadone.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantDestroySeeds.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantDiethylamine.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantPhalanximine.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/PlantRestoreSeeds.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMetabolism/RobustHarvest.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMutateChemicals.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMutateGases.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantMutateHarvest.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PlantSpeciesChange.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Polymorph.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/PolymorphEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/PopupMessage.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ReduceRotting.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ResetNarcolepsy.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ResetNarcolepsyEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/SatiateHunger.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/SatiateThirst.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/Slipify.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/SlipifyEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Solution/AddReagentToSolutionEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Solution/AdjustReagentEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Solution/AdjustReagentsByGroupEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Solution/AreaReactionEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/Solution/SolutionTemperatureEntityEffectsSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/SolutionTemperatureEffects.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/StatusEffects/BaseStatusEffectEntityEffect.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/DrunkEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/ElectrocuteEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/GenericStatusEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/StatusEffects/GenericStatusEffectEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/Jitter.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/StatusEffects/JitterEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/ModifyKnockdown.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/StatusEffects/ModifyKnockdownEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/ModifyParalysisEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/ModifyStatusEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/StatusEffects/ModifyStatusEffectEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/StatusEffects/MovementSpeedModifierEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/TemplateEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Transform/EmpEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Transform/FlashEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/Transform/PopupMessageEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/WashCreamPieEntityEffectSystem.cs [deleted file]
Content.Shared/EntityEffects/Effects/WashCreamPieReaction.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/WearableReaction.cs [new file with mode: 0644]
Content.Shared/EntityEffects/Effects/ZombieEntityEffectsSystem.cs [deleted file]
Content.Shared/EntityEffects/EntityEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EntityEffectCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EventEntityEffect.cs [new file with mode: 0644]
Content.Shared/EntityEffects/EventEntityEffectCondition.cs [new file with mode: 0644]
Content.Shared/EntityEffects/SharedEntityEffectsSystem.cs [deleted file]
Content.Shared/Flash/Components/FlashImmunityComponent.cs
Content.Shared/Flash/SharedFlashSystem.cs
Content.Shared/Movement/Systems/MovementModStatusSystem.cs
Content.Shared/Ninja/Components/BombingTargetComponent.cs [new file with mode: 0644]
Content.Shared/Nutrition/EntitySystems/IngestionSystem.API.cs
Content.Shared/PAI/PAIComponent.cs
Content.Shared/PAI/SharedPAISystem.cs [new file with mode: 0644]
Content.Shared/ParcelWrap/Systems/ParcelWrappingSystem.WrappedParcel.cs
Content.Shared/Physics/JointVisualsComponent.cs
Content.Shared/Revenant/Components/RevenantComponent.cs
Content.Shared/Revenant/SharedRevenant.cs
Content.Shared/Roles/JobPrototype.cs
Content.Shared/Roles/SharedRoleSystem.cs
Content.Shared/Silicons/Borgs/SharedBorgSwitchableTypeSystem.cs
Content.Shared/Silicons/Bots/HugBotComponent.cs [deleted file]
Content.Shared/Silicons/Bots/SharedHugBotSystem.cs [deleted file]
Content.Shared/Stacks/StackPrototype.cs
Content.Shared/StatusEffectNew/StatusEffectSystem.API.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Store/Events/IntrinsicStoreActionEvent.cs [deleted file]
Content.Shared/Stunnable/SharedStunSystem.Knockdown.cs
Content.Shared/Stunnable/SharedStunSystem.cs
Content.Shared/Temperature/Systems/SharedTemperatureSystem.cs
Content.Shared/Trigger/Components/Conditions/MindRoleTriggerConditionComponent.cs [deleted file]
Content.Shared/Trigger/Components/Conditions/WhitelistTriggerConditionComponent.cs
Content.Shared/Trigger/Systems/DnaScrambleOnTriggerSystem.cs
Content.Shared/Trigger/Systems/TriggerSystem.Condition.cs
Content.Shared/Trigger/Systems/TriggerSystem.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Misc/SharedGrapplingGunSystem.cs
Content.Shared/Weapons/Ranged/Components/AmmoComponent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.Battery.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Xenoarchaeology/Equipment/Components/AnalysisConsoleComponent.cs
Content.Shared/Xenoarchaeology/Equipment/Components/ArtifactAnalyzerComponent.cs
Content.Shared/Xenoarchaeology/Equipment/Components/ArtifactCrusherComponent.cs
Content.Shared/Xenoarchaeology/Equipment/SharedArtifactAnalyzerSystem.cs
Content.Shared/Xenoarchaeology/Equipment/SharedArtifactCrusherSystem.cs
Content.Tools/test/run.sh
Resources/Changelog/Changelog.yml
Resources/Changelog/Maps.yml
Resources/Credits/GitHub.txt
Resources/Credits/Patrons.yml
Resources/Locale/en-US/access/components/id-card-console-component.ftl
Resources/Locale/en-US/accessories/human-hair.ftl
Resources/Locale/en-US/administration/admin-verbs.ftl
Resources/Locale/en-US/administration/bwoink.ftl
Resources/Locale/en-US/cluwne/cluwne.ftl
Resources/Locale/en-US/components/storage-component.ftl
Resources/Locale/en-US/credits/credits-window.ftl
Resources/Locale/en-US/ghost/make-ghost-gui.ftl [deleted file]
Resources/Locale/en-US/guidebook/chemistry/conditions.ftl [moved from Resources/Locale/en-US/guidebook/entity-effects/conditions.ftl with 100% similarity]
Resources/Locale/en-US/guidebook/chemistry/core.ftl
Resources/Locale/en-US/guidebook/chemistry/effects.ftl [moved from Resources/Locale/en-US/guidebook/entity-effects/effects.ftl with 71% similarity]
Resources/Locale/en-US/guidebook/chemistry/healthchange.ftl [moved from Resources/Locale/en-US/guidebook/entity-effects/healthchange.ftl with 100% similarity]
Resources/Locale/en-US/guidebook/chemistry/statuseffects.ftl [new file with mode: 0644]
Resources/Locale/en-US/guidebook/entity-effects/statuseffects.ftl [deleted file]
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Locale/en-US/info/ban.ftl
Resources/Locale/en-US/job/job-supervisors.ftl
Resources/Locale/en-US/materials/materials.ftl
Resources/Locale/en-US/medical/components/crew-monitoring-component.ftl
Resources/Locale/en-US/navmap-beacons/station_map.ftl
Resources/Locale/en-US/npc/hugbot.ftl [deleted file]
Resources/Locale/en-US/npc/npc-debug.ftl [deleted file]
Resources/Locale/en-US/preferences/ui/markings-picker.ftl
Resources/Locale/en-US/recipes/tags.ftl
Resources/Locale/en-US/station-laws/laws.ftl
Resources/Locale/en-US/store/uplink-catalog.ftl
Resources/Locale/en-US/ui/navmap.ftl
Resources/Locale/en-US/ui/stat-values.ftl [deleted file]
Resources/Maps/exo.yml
Resources/Maps/packed.yml
Resources/Maps/plasma.yml
Resources/Maps/saltern.yml
Resources/Prototypes/Actions/revenant.yml
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Body/Prototypes/bot.yml
Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Resources/Prototypes/Catalog/hugbot.yml [deleted file]
Resources/Prototypes/Catalog/uplink_catalog.yml
Resources/Prototypes/Entities/Clothing/Hands/colored.yml
Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
Resources/Prototypes/Entities/Markers/warp_point.yml
Resources/Prototypes/Entities/Mobs/Customization/Markings/human_hair.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml
Resources/Prototypes/Entities/Mobs/NPCs/miscellaneous.yml
Resources/Prototypes/Entities/Mobs/NPCs/revenant.yml
Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml
Resources/Prototypes/Entities/Mobs/NPCs/slimes.yml
Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Resources/Prototypes/Entities/Mobs/Species/base.yml
Resources/Prototypes/Entities/Mobs/Species/diona.yml
Resources/Prototypes/Entities/Mobs/Species/skeleton.yml
Resources/Prototypes/Entities/Mobs/Species/slime.yml
Resources/Prototypes/Entities/Objects/Deliveries/deliveries_tables.yml
Resources/Prototypes/Entities/Objects/Devices/station_beacon.yml
Resources/Prototypes/Entities/Objects/Fun/crayons.yml
Resources/Prototypes/Entities/Objects/Fun/pai.yml
Resources/Prototypes/Entities/Objects/Fun/plushies.yml
Resources/Prototypes/Entities/Objects/Misc/kudzu.yml
Resources/Prototypes/Entities/Objects/Misc/paper.yml
Resources/Prototypes/Entities/Objects/Misc/space_cash.yml
Resources/Prototypes/Entities/Objects/Power/powersink.yml
Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/node_scanner.yml
Resources/Prototypes/Entities/Objects/Specific/rehydrateable.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Ammunition/Cartridges/pistol.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml
Resources/Prototypes/Entities/StatusEffects/movement.yml
Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml
Resources/Prototypes/Entities/Structures/Doors/Airlocks/airlocks.yml
Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomaly_injectors.yml
Resources/Prototypes/Entities/Structures/Storage/glass_box.yml
Resources/Prototypes/Entities/Structures/soil.yml
Resources/Prototypes/Entities/Tiles/lava.yml
Resources/Prototypes/Entities/Tiles/liquid_plasma.yml
Resources/Prototypes/Entities/Tiles/water.yml
Resources/Prototypes/Guidebook/science.yml
Resources/Prototypes/Hydroponics/randomMutations.yml
Resources/Prototypes/NPCs/debug.yml
Resources/Prototypes/NPCs/firebot.yml
Resources/Prototypes/NPCs/hugbot.yml [deleted file]
Resources/Prototypes/NPCs/medibot.yml
Resources/Prototypes/Objectives/ninja.yml
Resources/Prototypes/Objectives/thief.yml
Resources/Prototypes/Parallaxes/train.yml
Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Resources/Prototypes/Reagents/Consumable/Drink/base_drink.yml
Resources/Prototypes/Reagents/Consumable/Drink/drinks.yml
Resources/Prototypes/Reagents/Consumable/Drink/soda.yml
Resources/Prototypes/Reagents/Consumable/Food/food.yml
Resources/Prototypes/Reagents/Consumable/Food/ingredients.yml
Resources/Prototypes/Reagents/Materials/ores.yml
Resources/Prototypes/Reagents/biological.yml
Resources/Prototypes/Reagents/botany.yml
Resources/Prototypes/Reagents/chemicals.yml
Resources/Prototypes/Reagents/cleaning.yml
Resources/Prototypes/Reagents/elements.yml
Resources/Prototypes/Reagents/fun.yml
Resources/Prototypes/Reagents/gases.yml
Resources/Prototypes/Reagents/medicine.yml
Resources/Prototypes/Reagents/narcotics.yml
Resources/Prototypes/Reagents/pyrotechnic.yml
Resources/Prototypes/Reagents/toxins.yml
Resources/Prototypes/Recipes/Crafting/Graphs/bots/hugbot.yml [deleted file]
Resources/Prototypes/Recipes/Crafting/bots.yml
Resources/Prototypes/Recipes/Lathes/Packs/biogen.yml
Resources/Prototypes/Recipes/Lathes/Packs/medical.yml
Resources/Prototypes/Recipes/Lathes/Packs/shared.yml
Resources/Prototypes/Recipes/Lathes/Packs/syndicate.yml
Resources/Prototypes/Recipes/Lathes/ammo.yml
Resources/Prototypes/Recipes/Lathes/biogen.yml
Resources/Prototypes/Recipes/Lathes/chemistry.yml
Resources/Prototypes/Recipes/Lathes/sheet.yml
Resources/Prototypes/Recipes/Reactions/chemicals.yml
Resources/Prototypes/Recipes/Reactions/food.yml
Resources/Prototypes/Recipes/Reactions/fun.yml
Resources/Prototypes/Recipes/Reactions/pyrotechnic.yml
Resources/Prototypes/Recipes/Reactions/soap.yml
Resources/Prototypes/Stacks/Materials/Sheets/glass.yml [moved from Resources/Prototypes/Stacks/Sheets/glass.yml with 87% similarity]
Resources/Prototypes/Stacks/Materials/Sheets/metal.yml [moved from Resources/Prototypes/Stacks/Sheets/metal.yml with 85% similarity]
Resources/Prototypes/Stacks/Materials/Sheets/other.yml [moved from Resources/Prototypes/Stacks/Sheets/other.yml with 68% similarity]
Resources/Prototypes/Stacks/Materials/crystals.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/Materials/ingots.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/Materials/materials.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/Materials/ore.yml [moved from Resources/Prototypes/Stacks/ore.yml with 83% similarity]
Resources/Prototypes/Stacks/Materials/parts.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/Sheets/organic.yml [deleted file]
Resources/Prototypes/Stacks/Specific/engineering.yml [deleted file]
Resources/Prototypes/Stacks/Specific/security.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/alien.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/brass.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/carpet.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/concrete.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/electronic.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/fancy.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/faux.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/four_square.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/maints.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/organic.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/other.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/planet.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/retro.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/shuttle.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/steel.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/steel_dark.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/steel_white.yml [deleted file]
Resources/Prototypes/Stacks/Tiles/wood.yml [deleted file]
Resources/Prototypes/Stacks/base_stacks.yml [deleted file]
Resources/Prototypes/Stacks/cloth.yml [deleted file]
Resources/Prototypes/Stacks/consumable_stacks.yml [moved from Resources/Prototypes/Stacks/consumable.yml with 78% similarity]
Resources/Prototypes/Stacks/currency.yml [deleted file]
Resources/Prototypes/Stacks/engineering_stacks.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/floor_tile_stacks.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/medical_stacks.yml [moved from Resources/Prototypes/Stacks/Specific/medical.yml with 85% similarity]
Resources/Prototypes/Stacks/ore_refined.yml [deleted file]
Resources/Prototypes/Stacks/organic.yml [deleted file]
Resources/Prototypes/Stacks/other.yml [deleted file]
Resources/Prototypes/Stacks/power_stacks.yml [new file with mode: 0644]
Resources/Prototypes/Stacks/science_stacks.yml [moved from Resources/Prototypes/Stacks/Specific/science.yml with 63% similarity]
Resources/Prototypes/Voice/auto_emotes.yml
Resources/Prototypes/silicon-laws.yml
Resources/Prototypes/tags.yml
Resources/ServerInfo/Guidebook/Science/AnalysisConsole.xml [deleted file]
Resources/ServerInfo/Guidebook/Science/ArtifactReports.xml [new file with mode: 0644]
Resources/ServerInfo/Guidebook/Science/UnlockingNodes.xml [deleted file]
Resources/ServerInfo/Guidebook/Science/Xenoarchaeology.xml
Resources/Textures/Clothing/Hands/Gloves/Color/black.rsi/equipped-HAND.png
Resources/Textures/Clothing/Hands/Gloves/Color/black.rsi/inhand-left.png
Resources/Textures/Clothing/Hands/Gloves/Color/black.rsi/inhand-right.png
Resources/Textures/Clothing/Hands/Gloves/Color/black.rsi/meta.json
Resources/Textures/Mobs/Customization/human_hair.rsi/meta.json
Resources/Textures/Mobs/Customization/human_hair.rsi/overeyepigtail.png [deleted file]
Resources/Textures/Mobs/Silicon/Bots/hugbot.rsi/hugbot.png [deleted file]
Resources/Textures/Mobs/Silicon/Bots/hugbot.rsi/meta.json [deleted file]
Resources/Textures/Mobs/Species/Human/organs.rsi/meta.json
Resources/Textures/Mobs/Species/Human/organs.rsi/stomach.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/bolted_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/closed_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/closing.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/closing_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/deny_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/emergency_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/meta.json
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/open.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/opening.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch.rsi/opening_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/assembly.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/bolted_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/closed.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/closed_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/closing.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/closing_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/deny_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/emergency_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/meta.json
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/open.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/opening.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/opening_unlit.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_maint.rsi/panel_open.png
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/assembly.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/bolted_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/closed.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/closed_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/closing.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/closing_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/deny_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/emergency_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/meta.json [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/open.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/opening.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/opening_unlit.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/panel_closing.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/panel_open.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/panel_opening.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/sparks.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/sparks_broken.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/sparks_damaged.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/sparks_open.png [deleted file]
Resources/Textures/Structures/Doors/Airlocks/Standard/hatch_syndicate.rsi/welded.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/bluespace_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/bluespace_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/fire_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/fire_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/flesh_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/flesh_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/flora_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/flora_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/frost_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/frost_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/grav_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/grav_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/meta.json
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/rock_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/rock_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/shadow_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/shadow_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/shock_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/shock_MOTH.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/tech_ARACHNID.png [deleted file]
Resources/Textures/Structures/Specific/Anomalies/inner_anom_layer.rsi/tech_MOTH.png [deleted file]
Resources/migration.yml
Tools/dump_patrons.ps1
Tools/mapping-merge-driver.sh
runclient-Tools.sh
runclient.sh
runserver-Tools.sh
runserver.sh