New tiles (#274)
* New tiles * fix yaml & resprite * migration fix * ftl fix * fix typo * fix typo +1 * fix C# typo --------- Co-authored-by: Ed <edwardxperia2000@gmail.com>
This commit is contained in:
@@ -128,6 +128,6 @@ namespace Content.Shared.Maps
|
||||
/// CP14 - If not empty, the tile can burn from fires, and will turn into the specified tile after burning.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public string BurnedTile { get; private set; } = string.Empty;
|
||||
public ProtoId<ContentTileDefinition>? BurnedTile { get; private set; } = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user