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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user