]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix eating and drinking verbs showing up after a short delay and making your verb...
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Mon, 9 Jun 2025 14:36:04 +0000 (07:36 -0700)
committerGitHub <noreply@github.com>
Mon, 9 Jun 2025 14:36:04 +0000 (10:36 -0400)
commit7f9b2a0434255850a0b043eadb464c125edf96c4
tree3912d88a780f8f267c0dde30fdcb6116d4a1f984
parentbd67e82093fe7ad8bf6d996c0cd1803c825185f8
Fix eating and drinking verbs showing up after a short delay and making your verb UI bounce (#38164)

* Fix eating and drinking verbs showing up after a short delay and making your verb UI bounce

* Usings fix

* Usings fix

* Usings fix

* Usings fix

* CVar fix

* Predicted ppups

* Openable predicted popup

* Fix audio prediction
40 files changed:
Content.Client/UserInterface/Systems/Ghost/Controls/Roles/MakeGhostRoleEui.cs
Content.Client/UserInterface/Systems/Ghost/Controls/Roles/MakeGhostRoleWindow.xaml.cs
Content.Server/Bed/BedSystem.cs
Content.Server/Body/Systems/BloodstreamSystem.cs
Content.Server/Body/Systems/BodySystem.cs
Content.Server/Body/Systems/MetabolizerSystem.cs
Content.Server/Body/Systems/RespiratorSystem.cs
Content.Server/Crayon/CrayonSystem.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Medical/VomitSystem.cs
Content.Server/Nutrition/Components/BadFoodComponent.cs
Content.Server/Nutrition/Components/IgnoreBadFoodComponent.cs
Content.Server/Nutrition/EntitySystems/DrinkSystem.cs
Content.Server/Nutrition/EntitySystems/SmokingSystem.Vape.cs
Content.Server/Nutrition/EntitySystems/UtensilSystem.cs [deleted file]
Content.Shared/Body/Components/StomachComponent.cs [moved from Content.Server/Body/Components/StomachComponent.cs with 89% similarity]
Content.Shared/Body/Events/ApplyMetabolicMultiplierEvent.cs [new file with mode: 0644]
Content.Shared/Body/Systems/StomachSystem.cs [moved from Content.Server/Body/Systems/StomachSystem.cs with 98% similarity]
Content.Shared/Burial/BurialSystem.cs
Content.Shared/CCVar/CCVars.Misc.cs
Content.Shared/EntityEffects/EffectConditions/InternalsCondition.cs
Content.Shared/Ghost/Roles/Raffles/GhostRoleRaffleSettings.cs
Content.Shared/Ghost/Roles/Raffles/GhostRoleRaffleSettingsPrototype.cs
Content.Shared/Light/Components/LightReplacerComponent.cs
Content.Shared/Medical/Cryogenics/ActiveCryoPodComponent.cs
Content.Shared/Medical/Cryogenics/SharedCryoPodSystem.cs
Content.Shared/Nutrition/Components/FlavorProfileComponent.cs [moved from Content.Server/Nutrition/Components/FlavorProfileComponent.cs with 74% similarity]
Content.Shared/Nutrition/Components/FoodComponent.cs [moved from Content.Server/Nutrition/Components/FoodComponent.cs with 92% similarity]
Content.Shared/Nutrition/Components/IngestionBlockerComponent.cs [moved from Content.Server/Nutrition/Components/IngestionBlockerComponent.cs with 76% similarity]
Content.Shared/Nutrition/Components/UtensilComponent.cs
Content.Shared/Nutrition/EntitySystems/FlavorProfileSystem.cs [moved from Content.Server/Nutrition/EntitySystems/FlavorProfileSystem.cs with 96% similarity]
Content.Shared/Nutrition/EntitySystems/FoodSequenceSystem.cs [moved from Content.Server/Nutrition/EntitySystems/FoodSequenceSystem.cs with 96% similarity]
Content.Shared/Nutrition/EntitySystems/FoodSystem.cs [moved from Content.Server/Nutrition/EntitySystems/FoodSystem.cs with 93% similarity]
Content.Shared/Nutrition/EntitySystems/IngestionBlockerSystem.cs [moved from Content.Server/Nutrition/EntitySystems/IngestionBlockerSystem.cs with 76% similarity]
Content.Shared/Nutrition/EntitySystems/OpenableSystem.cs
Content.Shared/Nutrition/EntitySystems/SharedDrinkSystem.cs
Content.Shared/Nutrition/EntitySystems/SharedUtensilSystem.cs [deleted file]
Content.Shared/Nutrition/EntitySystems/UtensilSystem.cs [new file with mode: 0644]
Content.Shared/Storage/Components/MagnetPickupComponent.cs
Content.Shared/Storage/EntitySystems/MagnetPickupSystem.cs