Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-02-20 00:01:59 -06:00
committed by GitHub
parent 83c1c3c29f
commit 6ed77509c1

View File

@@ -341,7 +341,7 @@ namespace Content.Server.Chemistry.Components
var actualVolume = FixedPoint2.Min(individualVolume, FixedPoint2.New(50));
for (int i = 0; i < pillAmount; i++)
{
var pill = _entities.SpawnEntity("pill", _entities.GetComponent<TransformComponent>(Owner).Coordinates);
var pill = _entities.SpawnEntity("Pill", _entities.GetComponent<TransformComponent>(Owner).Coordinates);
//Adding label
LabelComponent labelComponent = pill.EnsureComponent<LabelComponent>();