Weather effects (#12528)

Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
metalgearsloth
2023-01-17 20:26:52 +11:00
committed by GitHub
parent 650c858d8a
commit 81a1c6d7de
37 changed files with 1267 additions and 0 deletions

View File

@@ -69,6 +69,11 @@ namespace Content.Shared.Maps
[DataField("isSpace")] public bool IsSpace { get; private set; }
[DataField("sturdy")] public bool Sturdy { get; private set; } = true;
/// <summary>
/// Can weather affect this tile.
/// </summary>
[DataField("weather")] public bool Weather = false;
public void AssignTileId(ushort id)
{
TileId = id;