* content

* catwalks

* fix fucking icons

* finish PR

* +1 room

* fix
This commit is contained in:
Ed
2024-03-04 09:32:33 +03:00
committed by GitHub
parent ce9e13de6a
commit ace8285440
13 changed files with 6817 additions and 45 deletions

View File

@@ -1,3 +1,6 @@
using Content.Shared.Maps;
using Robust.Shared.Prototypes;
namespace Content.Shared.Procedural.PostGeneration;
/// <summary>
@@ -17,6 +20,9 @@ public sealed partial class CorridorPostGen : IPostDunGen
[DataField("method")]
public CorridorPostGenMethod Method = CorridorPostGenMethod.MinimumSpanningTree;
[DataField]
public ProtoId<ContentTileDefinition> Tile = "FloorSteel";
/// <summary>
/// How wide to make the corridor.
/// </summary>