metal foam grenades (#29428)

* metal foam grenades

* wow okay

* meh

* bruh

* test

* push
This commit is contained in:
Nemanja
2024-07-07 10:26:58 -04:00
committed by GitHub
parent ff93070d25
commit 21d0f85cc2
19 changed files with 219 additions and 14 deletions

View File

@@ -10,4 +10,10 @@ public sealed partial class EdgeSpreaderPrototype : IPrototype
{
[IdDataField] public string ID { get; } = string.Empty;
[DataField(required:true)] public int UpdatesPerSecond;
/// <summary>
/// If true, this spreader can't spread onto spaced tiles like lattice.
/// </summary>
[DataField]
public bool PreventSpreadOnSpaced = true;
}