Add trade stations (#23863)
* puters * Start on fulfillment * weh * Smol update * FTL sound fixes or smth iunno * Add consoles * More tweaks * Make it unanchorable * final wehs * weh * Fix 1 test * Shrimply bump the distance * cat
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Content.Server.Shuttles.Systems;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.Shuttles.Components;
|
||||
@@ -23,6 +24,11 @@ public record struct GridSpawnGroup
|
||||
public int MinCount = 1;
|
||||
public int MaxCount = 1;
|
||||
|
||||
/// <summary>
|
||||
/// Components to be added to any spawned grids.
|
||||
/// </summary>
|
||||
public ComponentRegistry AddComponents = new();
|
||||
|
||||
/// <summary>
|
||||
/// Hide the IFF label of the grid.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user