More rules tweaks (#16918)

This commit is contained in:
metalgearsloth
2023-05-29 15:11:52 +10:00
committed by GitHub
parent 71d482d8ad
commit 3ffd4d6b2e
3 changed files with 13 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ public sealed class NearbyTilesPercentRule : RulesRule
/// <summary>
/// If there are anchored entities on the tile do we ignore the tile.
/// </summary>
[DataField("anchored")] public bool Anchored;
[DataField("ignoreAnchored")] public bool IgnoreAnchored;
[DataField("percent", required: true)]
public float Percent;