Salvage Job Board (#37549)
* Salvage Job Board * More development * Small boy * Computer yaml (partial) * UI * Rank unlock logic * Job label printing * appraisal tool integration * Jobs * add board to QM locker * boom! * command desc * mild rewording * ackh, mein pr ist brohken
This commit is contained in:
@@ -78,7 +78,13 @@ public sealed partial class CargoOrderConsoleComponent : Component
|
||||
/// All of the <see cref="CargoProductPrototype.Group"/>s that are supported.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public List<ProtoId<CargoMarketPrototype>> AllowedGroups = new() { "market" };
|
||||
public List<ProtoId<CargoMarketPrototype>> AllowedGroups = new()
|
||||
{
|
||||
"market",
|
||||
"SalvageJobReward2",
|
||||
"SalvageJobReward3",
|
||||
"SalvageJobRewardMAX",
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// Access needed to toggle the limit on this console.
|
||||
|
||||
Reference in New Issue
Block a user