Antimatter Engine Crates (#2708)

* Remove the unused light bulb crate that explicitly says it needs to be removed

* Crates/Cargo: Add antimatter reactor crates

* Fix AME crate issues

* Descriptions and prices for AME crates.
This commit is contained in:
20kdc
2020-12-08 10:58:46 +00:00
committed by GitHub
parent 2dc05b2275
commit ae57355ce5
6 changed files with 78 additions and 30 deletions

View File

@@ -279,7 +279,7 @@ namespace Content.Server.GameObjects.Components.Power.AME
var engineNodeGroup = nodeContainer?.Nodes
.Select(node => node.NodeGroup)
.OfType<AMENodeGroup>()
.First();
.FirstOrDefault();
return engineNodeGroup;
}