diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index f1b67fc6c8..edccd1729a 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -69,6 +69,11 @@ namespace Content.Shared.Maps [DataField("variants")] public byte Variants { get; set; } = 1; + /// + /// Allows the tile to be rotated/mirrored when placed on a grid. + /// + [DataField] public bool AllowRotationMirror { get; set; } = false; + /// /// This controls what variants the `variantize` command is allowed to use. ///