Skip to content

Commit

Permalink
feat: added HeavyBuild piece category
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed May 14, 2024
1 parent 2b77229 commit c848cfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JotunnLib/Configs/PieceCategories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ public static class PieceCategories
/// </summary>
public static string Building => "BuildingWorkbench";

/// <summary>
/// Piece 'HeavyBuild' category
/// </summary>
public static string HeavyBuild => "BuildingStonecutter";

/// <summary>
/// Piece 'Furniture' category
/// </summary>
Expand Down Expand Up @@ -86,6 +91,7 @@ public static string GetInternalName(string pieceCategory)
{ nameof(Misc), Misc },
{ nameof(Crafting), Crafting },
{ nameof(Building), Building },
{ nameof(HeavyBuild), HeavyBuild },
{ nameof(Furniture), Furniture },
{ nameof(All), All },
};
Expand Down

0 comments on commit c848cfe

Please sign in to comment.