Change cell that spawns with flashlights (#1781)

Co-authored-by: Julian Giebel <j.giebel@netrocks.info>
This commit is contained in:
Julian Giebel
2020-08-18 19:33:24 +02:00
committed by GitHub
parent e68c91a64c
commit 259762717b

View File

@@ -277,7 +277,7 @@ namespace Content.Server.GameObjects.Components.Interactable
return;
}
var cell = Owner.EntityManager.SpawnEntity("PowerCellSmallHyper", Owner.Transform.GridPosition);
var cell = Owner.EntityManager.SpawnEntity("PowerCellSmallStandard", Owner.Transform.GridPosition);
_cellContainer.Insert(cell);
}
}