Stomach YAML tweaks (short-term satiety) (#9326)

This commit is contained in:
Kara
2022-07-01 13:42:29 -07:00
committed by GitHub
parent e40a03ec48
commit de6db8cb21
10 changed files with 24 additions and 41 deletions

View File

@@ -290,7 +290,7 @@ namespace Content.Server.Chemistry.Components
return;
}
var actualVolume = FixedPoint2.Min(individualVolume, FixedPoint2.New(50));
var actualVolume = FixedPoint2.Min(individualVolume, FixedPoint2.New(20));
for (int i = 0; i < pillAmount; i++)
{
var pill = _entities.SpawnEntity("Pill", _entities.GetComponent<TransformComponent>(Owner).Coordinates);