fish-station/Content.Server/GameObjects/Components/Nutrition
Víctor Aguilera Puerto 6bd818c8ce
Fix two crashes relating to food (#600)
* Fix crash when eating bread due to a missing prototype

* Fix crash when finishing a food.

It tried to get the transform component of a deleted entity.
2020-02-06 16:40:41 +01:00
..
DrinkComponent.cs Add solution pouring / click-transfer (#574) 2020-01-29 02:07:02 +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