Delta-v/Content.Server/GameObjects/Components/Nutrition
ShadowCommander cf78f8aa65
Drink fixes (#605)
* Fix max_volume in cup YAML

Fixes #563

Added parsing of max_volume from YAML. Before it would get max volume only from drink content total.

* Fix drink owner getting deleted early

_contents.SplitSolution causes _contents.SolutionChanged to call Finish early causing a crash when try to get SoundComponent from the deleted Entity.
2020-02-07 18:13:11 +01:00
..
DrinkComponent.cs Drink fixes (#605) 2020-02-07 18:13:11 +01:00
DrinkFoodContainerComponent.cs Entities now require a location when being spawned. 2019-12-16 21:44:24 -08:00
FoodComponent.cs Fix two crashes relating to food (#600) 2020-02-06 16:40:41 +01:00
HungerComponent.cs Rejunevate now satiates hunger and thirst plus code quality (#456) 2019-11-23 21:57:02 +01:00
StomachComponent.cs De-hardcode chemical metabolism of StomachComponent (#437) 2019-11-21 23:24:19 +01:00
ThirstComponent.cs Rejunevate now satiates hunger and thirst plus code quality (#456) 2019-11-23 21:57:02 +01:00