master
← DrSmugleaf:fix/eat-drink-verb-predict
opened 02:46AM - 09 Jun 25 UTC
## About the PR
How this has never bothered anyone enough to fix it and how p… eople keep not putting code in shared is beyond me
Also fixes a few namespaces that said Content.Server IN Content.Shared
## Why / Balance
Making your UI not a pile of buggy unpredicted shit is a good winning strategy
## Technical details
## Media
https://github.com/user-attachments/assets/1d18211c-6db5-41d7-8708-6a551a802edb
## Requirements
- [x] I have read and am following the [Pull Request and Changelog Guidelines](https://docs.spacestation14.com/en/general-development/codebase-info/pull-request-guidelines.html).
- [x] I have added media to this PR or it does not require an ingame showcase.
## Breaking changes
FlavorProfileSystem, FoodSequenceSystem, FoodSystem, IngestionBlockerSystem, UtensilSystem, StomachComponent, FlavorProfileComponent, FoodComponent, IngestionBlockerComponent, and ApplyMetabolicMultiplierEvent have been moved to Shared.
Alt+Enter on Rider fixes any existing usages if for some reason you also put your code not in Shared, except for SharedUtensilSystem which has been renamed to just UtensilSystem.
**Changelog**
:cl:
- fix: Fixed eating and drinking verbs showing up after a short delay and their effect being delayed.
FlavorProfileSystem, FoodSequenceSystem, FoodSystem, IngestionBlockerSystem, UtensilSystem, StomachComponent, FlavorProfileComponent, FoodComponent, IngestionBlockerComponent, and ApplyMetabolicMultiplierEvent have been moved to Shared.
Alt+Enter on Rider fixes any existing usages if for some reason you also put your code not in Shared, except for SharedUtensilSystem which has been renamed to just UtensilSystem.